From 84ebbaf5bcb24a7b283c7aee38879b16f262b7c6 Mon Sep 17 00:00:00 2001
From: wangxinhui <wangxinhui@hnkhzn.com>
Date: 星期五, 05 十二月 2025 10:14:31 +0800
Subject: [PATCH] 更新

---
 项目代码/WCSServices/WIDESEAWCS_DTO/TaskInfo/WMSTaskDTO.cs |   31 ++++++++++++++++++++++++++++++-
 1 files changed, 30 insertions(+), 1 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCSServices/WIDESEAWCS_DTO/TaskInfo/WMSTaskDTO.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCSServices/WIDESEAWCS_DTO/TaskInfo/WMSTaskDTO.cs"
index 0377d7b..cceb9a4 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCSServices/WIDESEAWCS_DTO/TaskInfo/WMSTaskDTO.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCSServices/WIDESEAWCS_DTO/TaskInfo/WMSTaskDTO.cs"
@@ -15,10 +15,23 @@
         /// 浠诲姟鍙�
         /// </summary>
         public string TaskCode { get; set; }
+
         /// <summary>
         /// 浠诲姟浼樺厛绾�
         /// </summary>
         public int TaskPriority { get; set; }
+
+        /// <summary>
+        /// 浠诲姟淇℃伅
+        /// </summary>
+        public TaskDescribe TaskDescribe { get; set; }
+
+    }
+    /// <summary>
+    /// 浠诲姟淇℃伅
+    /// </summary>
+    public class TaskDescribe
+    {
         /// <summary>
         /// 鏂欑鍙�
         /// </summary>
@@ -44,7 +57,9 @@
         /// </summary>
         public string ToLocationCode { get; set; }
     }
-
+    /// <summary>
+    /// 鎺ユ敹浠诲姟
+    /// </summary>
     public class WMSTaskDTO
     {
         /// <summary>
@@ -64,4 +79,18 @@
         /// </summary>
         public List<TasksItem> Tasks { get; set; }
     }
+    /// <summary>
+    /// 鍙栨秷浠诲姟
+    /// </summary>
+    public class TaskCancel
+    {
+        /// <summary>
+        /// 浠诲姟鍙�
+        /// </summary>
+        public string TaskCode { get; set; }
+        /// <summary>
+        /// 鏂欑缂栧彿
+        /// </summary>
+        public string ContainerCode { get; set; }
+    }
 }

--
Gitblit v1.9.3