From f56441867f2cc77567f97a92348a5d878f0dca05 Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期四, 12 三月 2026 18:24:15 +0800
Subject: [PATCH] Add AGENTS instructions and updates

---
 Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/TaskEnum/TaskStatusEnum.cs |   52 ++++++++++++++++++++++++++++++++++++++++++++++------
 1 files changed, 46 insertions(+), 6 deletions(-)

diff --git a/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/TaskEnum/TaskStatusEnum.cs b/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/TaskEnum/TaskStatusEnum.cs
index 0431507..83afe42 100644
--- a/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/TaskEnum/TaskStatusEnum.cs
+++ b/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/TaskEnum/TaskStatusEnum.cs
@@ -1,9 +1,4 @@
-锘縰sing System;
-using System.Collections.Generic;
-using System.ComponentModel;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
+锘縰sing System.ComponentModel;
 
 namespace WIDESEAWCS_Common.TaskEnum
 {
@@ -195,4 +190,49 @@
         [Description("鏈烘鎵嬩换鍔″紓甯�")]
         RobotException = 399,
     }
+
+    public enum TaskRelocationStatusEnum
+    {
+        /// <summary>
+        /// 鏂板缓绉诲簱浠诲姟
+        /// </summary>
+        [Description("鏂板缓绉诲簱浠诲姟")]
+        RelocationNew = 300,
+
+        /// <summary>
+        /// 鍫嗗灈鏈虹Щ搴撴墽琛屼腑
+        /// </summary>
+        [Description("鍫嗗灈鏈虹Щ搴撴墽琛屼腑")]
+        SC_RelocationExecuting = 310,
+
+        /// <summary>
+        /// 鍫嗗灈鏈虹Щ搴撳畬鎴�
+        /// </summary>
+        [Description("鍫嗗灈鏈虹Щ搴撳畬鎴�")]
+        SC_RelocationFinish = 315,
+
+        /// <summary>
+        /// 绉诲簱浠诲姟瀹屾垚
+        /// </summary>
+        [Description("绉诲簱浠诲姟瀹屾垚")]
+        RelocationFinish = 390,
+
+        /// <summary>
+        /// 绉诲簱浠诲姟鎸傝捣
+        /// </summary>
+        [Description("绉诲簱浠诲姟鎸傝捣")]
+        RelocationPending = 397,
+
+        /// <summary>
+        /// 绉诲簱浠诲姟鍙栨秷
+        /// </summary>
+        [Description("绉诲簱浠诲姟鍙栨秷")]
+        RelocationCancel = 398,
+
+        /// <summary>
+        /// 绉诲簱浠诲姟寮傚父
+        /// </summary>
+        [Description("绉诲簱浠诲姟寮傚父")]
+        RelocationException = 399,
+    }
 }
\ No newline at end of file

--
Gitblit v1.9.3