From 1581189aad05d97267d240a65e0215f4946130e5 Mon Sep 17 00:00:00 2001
From: xiazhengtongxue <133085197+xiazhengtongxue@users.noreply.github.com>
Date: 星期四, 12 三月 2026 15:29:30 +0800
Subject: [PATCH] feat: 新增异常任务处理按钮 fix: 修复任务取消bug,按照分组取消。 refactor: 重构日志为文本,减少数据库压力

---
 项目代码/WCSServices/WIDESEAWCS_DTO/TaskInfo/ContainerDTO.cs |   14 +++++++++-----
 1 files changed, 9 insertions(+), 5 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCSServices/WIDESEAWCS_DTO/TaskInfo/ContainerDTO.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCSServices/WIDESEAWCS_DTO/TaskInfo/ContainerDTO.cs"
index 6c8d625..d072c58 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCSServices/WIDESEAWCS_DTO/TaskInfo/ContainerDTO.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCSServices/WIDESEAWCS_DTO/TaskInfo/ContainerDTO.cs"
@@ -41,7 +41,7 @@
         public string Direction { get; set; }
     }
     /// <summary>
-    /// 鏂欑鍏ュ簱瀹屾垚涓婃姤
+    /// 鏂欑鍑哄叆搴撳畬鎴愪笂鎶�
     /// </summary>
     public class ContainerInFinishDTO
     {
@@ -54,12 +54,16 @@
         /// </summary>
         public string ContainerCode { get; set; }
         /// <summary>
-        /// 璧峰绔欏彴
+        /// 绔欏彴
         /// </summary>
-        public string FromStationCode { get; set; }
+        public string StationCode { get; set; }
         /// <summary>
-        /// 鐩爣璐т綅
+        /// 璐т綅
         /// </summary>
-        public string ToLocationCode { get; set; }
+        public string LocationCode { get; set; }
+        /// <summary>
+        /// 1鍑哄簱瀹屾垚锛�2鍏ュ簱瀹屾垚
+        /// </summary>
+        public int CompleteType { get; set; }
     }
 }

--
Gitblit v1.9.3