From e81c782b3e7a632ffb8e32be56fce931a8c89ae6 Mon Sep 17 00:00:00 2001
From: xiazhengtongxue <133085197+xiazhengtongxue@users.noreply.github.com>
Date: 星期一, 09 二月 2026 08:55:42 +0800
Subject: [PATCH] 修复bug

---
 项目代码/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