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/WMS/WIDESEA_WMSServer/WIDESEA_Common/TaskEnum/TaskStatusEnum.cs | 55 ++++++++++++++++++++++++++++++++++++++++++++++++-------
1 files changed, 48 insertions(+), 7 deletions(-)
diff --git a/Code/WMS/WIDESEA_WMSServer/WIDESEA_Common/TaskEnum/TaskStatusEnum.cs b/Code/WMS/WIDESEA_WMSServer/WIDESEA_Common/TaskEnum/TaskStatusEnum.cs
index 8463482..51bc19b 100644
--- a/Code/WMS/WIDESEA_WMSServer/WIDESEA_Common/TaskEnum/TaskStatusEnum.cs
+++ b/Code/WMS/WIDESEA_WMSServer/WIDESEA_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 WIDESEA_Common.TaskEnum
{
@@ -71,6 +66,7 @@
/// </summary>
[Description("AGV寰呯户缁墽琛�")]
AGV_WaitToExecute = 320,
+
/// <summary>
/// AGV鏀捐揣涓�
/// </summary>
@@ -106,6 +102,7 @@
/// </summary>
[Description("浠诲姟寮傚父")]
Exception = 990,
+
/// <summary>
/// 鎻愬崌鏈烘墽琛屼腑
/// </summary>
@@ -251,4 +248,48 @@
OutException = 199,
}
-}
+ 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