From 90fa55064597236b9581304f232a607ffc7b730e Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期日, 12 四月 2026 10:50:26 +0800
Subject: [PATCH] fix(WCS): 解决OutboundTaskFlowService与TaskService的循环依赖
---
Code/WMS/WIDESEA_WMSServer/WIDESEA_DTO/Task/WMSTaskDTO.cs | 12 +++++++++++-
1 files changed, 11 insertions(+), 1 deletions(-)
diff --git a/Code/WMS/WIDESEA_WMSServer/WIDESEA_DTO/Task/WMSTaskDTO.cs b/Code/WMS/WIDESEA_WMSServer/WIDESEA_DTO/Task/WMSTaskDTO.cs
index 5f1b3f9..3313000 100644
--- a/Code/WMS/WIDESEA_WMSServer/WIDESEA_DTO/Task/WMSTaskDTO.cs
+++ b/Code/WMS/WIDESEA_WMSServer/WIDESEA_DTO/Task/WMSTaskDTO.cs
@@ -52,6 +52,16 @@
public string TargetAddress { get; set; }
/// <summary>
+ /// 褰撳墠浣嶇疆
+ /// </summary>
+ public string CurrentAddress { get; set; }
+
+ /// <summary>
+ /// 涓嬩竴鍦板潃
+ /// </summary>
+ public string NextAddress { get; set; }
+
+ /// <summary>
/// 浼樺厛绾�
/// </summary>
public int Grade { get; set; }
@@ -72,4 +82,4 @@
public int PalletType { get; set; }
}
-}
+}
\ No newline at end of file
--
Gitblit v1.9.3