From 3fbaa9e04c4721b2adfd6d7a6ca4895571a138a8 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期四, 10 四月 2025 09:58:31 +0800
Subject: [PATCH] 代码初始化

---
 server/src/main/java/com/doumee/core/constants/Constants.java |   40 +++++++++++++++++++++++++++++++---------
 1 files changed, 31 insertions(+), 9 deletions(-)

diff --git a/server/src/main/java/com/doumee/core/constants/Constants.java b/server/src/main/java/com/doumee/core/constants/Constants.java
index b7d21d9..f864c8c 100644
--- a/server/src/main/java/com/doumee/core/constants/Constants.java
+++ b/server/src/main/java/com/doumee/core/constants/Constants.java
@@ -188,14 +188,36 @@
      * 鏂囦欢闄勪欢绫诲瀷
      */
     public interface multiFileType{
-        //0SHE涓婃姤 1璺岀粖婊戜笂鎶� 2璺岀粖婊戝鐞� 3璺岀粖婊戝垎閰嶇墿涓氫富绠� 4璺岀粖婊戝垎閰嶅鐞嗕汉 5DCA椋庨櫓涓婃姤 6DCA椋庨櫓澶勭悊 7DCA宸ュ崟鍥剧墖
-        int sheUpload = 0;
-        int dbhUpload = 1;
-        int dbhDeal = 2;
-        int dbhAllocation = 3;
-        int dbhDealUser = 4;
-        int dcaUpload = 5;
-        int dcaDeal = 6;
-        int dcaWorkOrder= 7;
+        //0闂涓婃姤 1璺岀粖婊戜笂鎶� 2璺岀粖婊戝鐞� 3鍒嗛厤鐗╀笟涓荤 4鍒嗛厤澶勭悊浜� 5DCA椋庨櫓涓婃姤 6DCA椋庨櫓澶勭悊 7DCA闂宸ュ崟鍥剧墖
+//        int sheUpload = 0;
+//        int dbhUpload = 1;
+//        int dbhDeal = 2;
+//        int dbhAllocation = 3;
+//        int dbhDealUser = 4;
+//        int dcaUpload = 5;
+//        int dcaDeal = 6;
+//        int dcaWorkOrder= 7;
+
+        //0宸ュ崟涓婃姤 1宸ュ崟澶勭悊 2宸ュ崟杞氦
+        int upload = 0;
+        int deal = 1;
+        int passOn = 2;
+    }
+
+
+    public enum workOrderStatus{
+        waitConfirm( 0, "寰呭垎閰峎TS","寰呭垎閰峎TS",""),
+        waitAllocation(1, "寰呭垎閰嶄换鍔�","寰呭垎閰嶄换鍔�",""),
+        waitDeal(2, "寰呭鐞�","寰呭鐞�",""),
+        sheClose(3, "宸茶В鍐�","SHE宸插叧闂�",""),
+        wtsClose(4, "宸茶В鍐�","WTS宸插叧闂�",""),
+        close(5, "宸茶В鍐�","宸茶В鍐�",""),
+        urge (6, "鍌績","","")
+        ;
+
+        private int status;
+        private String statusInfo;
+        private String logTitle;
+        private String noticeContent;
     }
 }

--
Gitblit v1.9.3