From b466b3135cd7f3b08f570efda0ffb691daff5270 Mon Sep 17 00:00:00 2001
From: wangxinhui <wangxinhui@hnkhzn.com>
Date: 星期五, 05 十二月 2025 18:15:16 +0800
Subject: [PATCH] 一期输送线代码及AGV请求等

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