From b42b180f5c2bc89e494b2274d8d454a4bd6dbf9c Mon Sep 17 00:00:00 2001 From: zhangherong <571457620@qq.com> Date: 星期五, 21 三月 2025 17:27:59 +0800 Subject: [PATCH] art: 系统管理-用户管理-添加选择设备,并根据是否有设备管理模块功能区分加载 哪个模块的设备倏 --- lxzn-module-eam-common/src/main/java/org/jeecg/modules/eam/constant/BusinessCodeConst.java | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/lxzn-module-eam-common/src/main/java/org/jeecg/modules/eam/constant/BusinessCodeConst.java b/lxzn-module-eam-common/src/main/java/org/jeecg/modules/eam/constant/BusinessCodeConst.java index d19aa5e..2afebfd 100644 --- a/lxzn-module-eam-common/src/main/java/org/jeecg/modules/eam/constant/BusinessCodeConst.java +++ b/lxzn-module-eam-common/src/main/java/org/jeecg/modules/eam/constant/BusinessCodeConst.java @@ -7,4 +7,13 @@ String PROCESS_PARAMETERS_RULE = "ProcessParametersRule"; //璁惧鏁呴殰鍘熷洜缂栫爜瑙勫垯 String EQUIPMENT_FAULT_REASON_RULE = "EquipmentFaultReasonRule"; + /** + * 澶囦欢璇疯喘鍗曠姸鎬� 1:宸插垱寤� 2:宸叉彁浜� 3:宸查�氳繃 4:宸查┏鍥� 5:宸插畬鎴� + */ + String SPARE_REQUISITION_STATUS_1 = "1"; + String SPARE_REQUISITION_STATUS_2 = "2"; + String SPARE_REQUISITION_STATUS_3 = "3"; + String SPARE_REQUISITION_STATUS_4 = "4"; + String SPARE_REQUISITION_STATUS_5 = "5"; + } -- Gitblit v1.9.3