From 2adfc785179e551e6f99fd6799e7eebe360dd6c3 Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期六, 25 四月 2026 18:44:19 +0800
Subject: [PATCH] refactor(RobotJob): 移除HandleClientAsync方法中未使用的robotCrane参数

---
 Code/WMS/WIDESEA_WMSServer/WIDESEA_DTO/Task/UpdateTaskDto.cs |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/Code/WMS/WIDESEA_WMSServer/WIDESEA_DTO/Task/UpdateTaskDto.cs b/Code/WMS/WIDESEA_WMSServer/WIDESEA_DTO/Task/UpdateTaskDto.cs
index 6029b38..ac164a3 100644
--- a/Code/WMS/WIDESEA_WMSServer/WIDESEA_DTO/Task/UpdateTaskDto.cs
+++ b/Code/WMS/WIDESEA_WMSServer/WIDESEA_DTO/Task/UpdateTaskDto.cs
@@ -19,5 +19,15 @@
         /// </summary>
         [Required(ErrorMessage = "鏂扮姸鎬佷笉鑳戒负绌�")]
         public int NewStatus { get; set; }
+
+        /// <summary>
+        /// NextAddress - 涓嬩竴鍦板潃锛屽繀濉」锛岀敤浜庢寚瀹氫换鍔$殑涓嬩竴浣嶇疆
+        /// </summary>
+        public string? NextAddress { get; set; }
+
+        /// <summary>
+        /// currentAddress - 褰撳墠鍦板潃锛屽繀濉」锛岀敤浜庢寚瀹氫换鍔$殑褰撳墠浣嶇疆
+        /// </summary>
+        public string? CurrentAddress { get; set; }
     }
 }

--
Gitblit v1.9.3