From 25cb7cd50d12f48e93d6cde47420ca3458e9c47a Mon Sep 17 00:00:00 2001
From: helongyang <647556386@qq.com>
Date: 星期四, 12 六月 2025 21:39:43 +0800
Subject: [PATCH] 1

---
 代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/Agv/AgvTaskDTO.cs |   16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/Agv/AgvTaskDTO.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/Agv/AgvTaskDTO.cs"
index 583c83c..54084f8 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/Agv/AgvTaskDTO.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/Agv/AgvTaskDTO.cs"
@@ -26,7 +26,11 @@
         /// <summary>
         /// 浣嶇疆璺緞
         /// </summary>
-        public List<object> PositionCodePath { get; set; }
+        public List<CodePath> PositionCodePath { get; set; }
+        /// <summary>
+        /// 鎵樼洏鍙�
+        /// </summary>
+        public string ctnrCode {  get; set; }
         /// <summary>
         /// 杞藉叿缂栧彿
         /// </summary>
@@ -56,6 +60,10 @@
         /// </summary>
         public string AgvTyp { get; set; }
         /// <summary>
+        /// 浠诲姟缁�
+        /// </summary>
+        public string GroupId { get; set; }
+        /// <summary>
         /// 鍖哄煙/绛栫暐<br/>
         /// 鎸戦�夎揣鏋朵互鍙婃牴鎹墿鏂欐壒娆℃寫閫夎揣鏋舵椂鐨勫厛杩涘厛鍑鸿鍒欙紝鏀寔浠ヤ笅4涓�硷細<br/>
         /// 1锛氭寜鐓ц揣鏋跺埌杈惧偍浣嶇殑鏃堕棿椤哄簭锛屽厛杩涘厛鍑�<br/>
@@ -69,4 +77,10 @@
         /// </summary>
         public string Data { get; set; }
     }
+
+    public class CodePath
+    {
+        public string type { get; set; }
+        public string positionCode { get; set; }
+    }
 }

--
Gitblit v1.9.3