From 257d09aff7ec7b858b037607869d23ec61ac75bc Mon Sep 17 00:00:00 2001
From: helongyang <647556386@qq.com>
Date: 星期二, 19 八月 2025 09:03:49 +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