From 279077bf41bc726b474ca5d76cd2b8393d41d867 Mon Sep 17 00:00:00 2001
From: huanghongfeng <huanghongfeng@hnkhzn.com>
Date: 星期三, 05 十一月 2025 12:16:01 +0800
Subject: [PATCH] 1

---
 项目代码/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/WIDESEA_Common/TaskEnum/TaskStatusEnum.cs |  143 +++++++++++++++++++++++++++++------------------
 1 files changed, 88 insertions(+), 55 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/WIDESEA_Common/TaskEnum/TaskStatusEnum.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/WIDESEA_Common/TaskEnum/TaskStatusEnum.cs"
index fdea881..39a1def 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/WIDESEA_Common/TaskEnum/TaskStatusEnum.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/WIDESEA_Common/TaskEnum/TaskStatusEnum.cs"
@@ -8,108 +8,141 @@
 namespace WIDESEA_Common.TaskEnum
 {
     /// <summary>
-    /// 浠诲姟鐘舵��
+    /// 鍑哄簱浠诲姟鐘舵��
     /// </summary>
-    public enum TaskStatusEnum
+    public enum TaskOutStatusEnum
     {
         /// <summary>
-        /// 鏂板缓浠诲姟
+        /// 鏂板缓鍑哄簱浠诲姟
         /// </summary>
-        [Description("鏂板缓")]
-        New = 100,
+        [Description("鏂板缓鍑哄簱浠诲姟")]
+        OutNew = 100,
 
         /// <summary>
-        /// 鍫嗗灈鏈哄緟鎵ц
+        /// 鍫嗗灈鏈哄嚭搴撴墽琛屼腑
         /// </summary>
-        [Description("鍫嗗灈鏈哄緟鎵ц")]
-        SC_Execute = 200,
+        [Description("鍫嗗灈鏈哄嚭搴撴墽琛屼腑")]
+        SC_OutExecuting = 110,
 
         /// <summary>
-        /// 鍫嗗灈鏈烘墽琛屼腑
+        /// 鍫嗗灈鏈哄嚭搴撳畬鎴�
         /// </summary>
-        [Description("鍫嗗灈鏈烘墽琛屼腑")]
-        SC_Executing = 210,
+        [Description("鍫嗗灈鏈哄嚭搴撳畬鎴�")]
+        SC_OutFinish = 115,
 
         /// <summary>
-        /// 鍫嗗灈鏈哄畬鎴�
+        /// 杈撻�佺嚎鍑哄簱鎵ц涓�
         /// </summary>
-        [Description("鍫嗗灈鏈哄畬鎴�")]
-        SC_Finish = 220,
+        [Description("杈撻�佺嚎鍑哄簱鎵ц涓�")]
+        Line_OutExecuting = 120,
 
         /// <summary>
-        /// 杈撻�佺嚎寰呮墽琛�
+        /// 杈撻�佺嚎鍑哄簱瀹屾垚
         /// </summary>
-        [Description("杈撻�佺嚎寰呮墽琛�")]
-        Line_Execute = 400,
+        [Description("杈撻�佺嚎杈撻�佸畬鎴�")]
+        Line_OutFinish = 125,
+
 
         /// <summary>
-        /// 杈撻�佺嚎鎵ц涓�
+        /// 鍑哄簱浠诲姟瀹屾垚
         /// </summary>
-        [Description("杈撻�佺嚎鎵ц涓�")]
-        Line_Executing = 410,
+        [Description("鍑哄簱浠诲姟瀹屾垚")]
+        OutFinish = 190,
 
         /// <summary>
-        /// 杈撻�佺嚎瀹屾垚
+        /// 鍑哄簱浠诲姟鎸傝捣
         /// </summary>
-        [Description("杈撻�佺嚎瀹屾垚")]
-        Line_Finish = 420,
+        [Description("鍑哄簱浠诲姟鎸傝捣")]
+        OutPending = 197,
 
         /// <summary>
-        /// AGV寰呮墽琛�
+        /// 鍑哄簱浠诲姟鍙栨秷
         /// </summary>
-        [Description("AGV寰呮墽琛�")]
-        AGV_Execute = 300,
+        [Description("鍑哄簱浠诲姟鍙栨秷")]
+        OutCancel = 198,
 
         /// <summary>
-        /// AGV鎵ц涓�
+        /// 鍑哄簱浠诲姟寮傚父
         /// </summary>
-        [Description("AGV鎵ц涓�")]
-        AGV_Executing = 310,
+        [Description("鍑哄簱浠诲姟寮傚父")]
+        OutException = 199,
+    }
+
+    public enum TaskInStatusEnum
+    {
+        /// <summary>
+        /// 杈撻�佺嚎鍏ュ簱鎵ц涓�
+        /// </summary>
+        [Description("杈撻�佺嚎鍏ュ簱鎵ц涓�")]
+        Line_InExecuting = 215,
 
         /// <summary>
-        /// AGV寰呯户缁墽琛�
+        /// 杈撻�佺嚎鍏ュ簱瀹屾垚
         /// </summary>
-        [Description("AGV寰呯户缁墽琛�")]
-        AGV_WaitToExecute = 320,
-        /// <summary>
-        /// AGV鏀捐揣涓�
-        /// </summary>
-        [Description("AGV鏀捐揣涓�")]
-        AGV_Puting = 325,
+        [Description("杈撻�佺嚎杈撻�佸畬鎴�")]
+        Line_InFinish = 220,
 
         /// <summary>
-        /// AGV瀹屾垚
+        /// 鍫嗗灈鏈哄叆搴撴墽琛屼腑
         /// </summary>
-        [Description("AGV瀹屾垚")]
-        AGV_Finish = 330,
+        [Description("鍫嗗灈鏈哄叆搴撴墽琛屼腑")]
+        SC_InExecuting = 230,
 
         /// <summary>
-        /// 浠诲姟瀹屾垚
+        /// 鍫嗗灈鏈哄叆搴撳畬鎴�
         /// </summary>
-        [Description("浠诲姟瀹屾垚")]
-        Finish = 900,
+        [Description("鍫嗗灈鏈哄叆搴撳畬鎴�")]
+        SC_InFinish = 235,
 
         /// <summary>
-        /// 浠诲姟鎸傝捣
+        /// 鍏ュ簱浠诲姟瀹屾垚
         /// </summary>
-        [Description("浠诲姟鎸傝捣")]
-        Pending = 970,
+        [Description("鍏ュ簱浠诲姟瀹屾垚")]
+        InFinish = 290,
 
         /// <summary>
-        /// 浠诲姟鍙栨秷
+        /// 鍏ュ簱浠诲姟鎸傝捣
         /// </summary>
-        [Description("浠诲姟鍙栨秷")]
-        Cancel = 980,
+        [Description("鍏ュ簱浠诲姟鎸傝捣")]
+        InPending = 297,
 
         /// <summary>
-        /// 浠诲姟寮傚父
+        /// 鍏ュ簱浠诲姟鍙栨秷
         /// </summary>
-        [Description("浠诲姟寮傚父")]
-        Exception = 990,
+        [Description("鍏ュ簱浠诲姟鍙栨秷")]
+        InCancel = 298,
+
         /// <summary>
-        /// 鎻愬崌鏈烘墽琛屼腑
+        /// 鍏ュ簱浠诲姟寮傚父
         /// </summary>
-        [Description("鎻愬崌鏈烘墽琛屼腑")]
-        HT_Executing = 110,
+        [Description("鍏ュ簱浠诲姟寮傚父")]
+        InException = 299,
+    }
+
+    public enum TaskRelocationStatusEnum
+    {
+        /// <summary>
+        /// 鏂板缓绉诲簱浠诲姟
+        /// </summary>
+        [Description("鏂板缓绉诲簱浠诲姟")]
+        RelocationNew = 400,
+
+        /// <summary>
+        /// 鍫嗗灈鏈虹Щ搴撴墽琛屼腑
+        /// </summary>
+        [Description("鍫嗗灈鏈虹Щ搴撴墽琛屼腑")]
+        SC_RelocationExecuting = 410,
+
+        /// <summary>
+        /// 鍫嗗灈鏈虹Щ搴撳畬鎴�
+        /// </summary>
+        [Description("鍫嗗灈鏈虹Щ搴撳畬鎴�")]
+        SC_RelocationFinish = 420,
+
+        /// <summary>
+        /// 绉诲簱瀹屾垚
+        /// </summary>
+        [Description("绉诲簱瀹屾垚")]
+        RelocationFinish = 430,
     }
 }

--
Gitblit v1.9.3