From bdec8b24b78a6f52d21fff2cc8dfab847304dacc Mon Sep 17 00:00:00 2001
From: zhangherong <571457620@qq.com>
Date: 星期四, 03 四月 2025 11:46:50 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 lxzn-module-eam-common/src/main/java/org/jeecg/modules/eam/constant/BusinessCodeConst.java |   11 +++++++++++
 1 files changed, 11 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..0c3dcaf 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,15 @@
     String PROCESS_PARAMETERS_RULE = "ProcessParametersRule";
     //璁惧鏁呴殰鍘熷洜缂栫爜瑙勫垯
     String EQUIPMENT_FAULT_REASON_RULE = "EquipmentFaultReasonRule";
+    //淇濆吇鏍囧噯缂栫爜瑙勫垯
+    String MAINTENANCE_STANDARD_CODE_RULE = "MaintenanceStandardCodeRule";
+    /**
+     * 澶囦欢璇疯喘鍗曠姸鎬� 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