From 8815f180964a3f51944e42631b44127250718cc5 Mon Sep 17 00:00:00 2001
From: 刘磊 <1161824510@qq.com>
Date: 星期日, 06 七月 2025 13:36:07 +0800
Subject: [PATCH] 请求入库下一地址优化

---
 Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoService/ITaskService.cs |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoService/ITaskService.cs b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoService/ITaskService.cs
index 2f5d80f..58b7bb3 100644
--- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoService/ITaskService.cs
+++ b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoService/ITaskService.cs
@@ -151,6 +151,15 @@
         /// <param name="nextAddress">涓嬩竴鍦板潃</param>
         /// <returns></returns>
         Dt_Task QueryExecutingConveyorLineTask(int taskNum, string nextAddress, string Barcode);
+
+        /// <summary>
+        /// 鏍规嵁浠诲姟鍙枫�佹墭鐩樺彿銆佸綋鍓嶅湴鍧�鏌ヨ杈撻�佺嚎鎵ц涓殑浠诲姟
+        /// </summary>
+        /// <param name="taskNum">浠诲姟鍙�</param>
+        /// <param name="currentAddress">褰撳墠鍦板潃</param>
+        /// <param name="Barcode">鎵樼洏鍙�</param> 
+        /// <returns></returns>
+        Dt_Task QueryExecutingCurrentConveyorLineTask(int taskNum, string currentAddress, string Barcode);
         /// <summary>
         /// 鏍规嵁鎵樼洏鍙枫�佷笅涓�鍦板潃鏌ヨ杈撻�佺嚎鎵ц涓殑浠诲姟
         /// </summary>

--
Gitblit v1.9.3