From ffc5c6b152165b763458c4b129b5a5017bb6d22d Mon Sep 17 00:00:00 2001 From: k94314517 <8417338+k94314517@user.noreply.gitee.com> Date: 星期三, 09 四月 2025 16:01:42 +0800 Subject: [PATCH] 工单业务 --- server/src/main/java/com/doumee/core/constants/Constants.java | 35 ++++++++++++++++++++++++++--------- 1 files changed, 26 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..b35c5f1 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,31 @@ * 鏂囦欢闄勪欢绫诲瀷 */ 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 interface workOrderStatus{ + int waitConfirm = 0; + int waitAllocation = 1; + int waitDeal = 2; + int sheClose = 3; + int wtsClose = 4; + int close = 5; + } + + } -- Gitblit v1.9.3