From eee43c4cb7f9018688cd6da6a3611512f3e5c5c3 Mon Sep 17 00:00:00 2001
From: hutongqing <hutongqing@hnkhzn.com>
Date: 星期六, 28 十二月 2024 09:18:06 +0800
Subject: [PATCH] 1

---
 代码管理/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs"
index daedf38..3963410 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs"
@@ -39,7 +39,9 @@
     {
         ITaskRepository Repository { get; }
 
-        WebResponseContent PushTasksToWCS();
+        WebResponseContent PushTasksToWCS(List<Dt_Task> tasks, string agvDescription = "");
+
+        WebResponseContent PushTasksToWCSSingle(int taskNum, string agvDescription = "");
 
         /// <summary>
         /// 鐢宠鍏ュ簱浠诲姟(PDA浣跨敤锛屼粎鎵樼洏缁戝畾鍏ュ簱绔欏彴锛屼笉鍒嗛厤璐т綅)
@@ -58,6 +60,8 @@
         /// <param name="palletType">鎵樼洏绫诲瀷</param>
         /// <returns></returns>
         WebResponseContent AssignInboundTaskLocation(int taskNum, string roadwayNo);
+
+        WebResponseContent TaskCompleted(int taskNum);
 
         /// <summary>
         /// 
@@ -108,5 +112,6 @@
         /// <returns></returns>
         MesResponseContent TestScrap(TestToolScrap toolScrap);
         WebResponseContent IsRelocation(int taskNum, string locationCode);
+        WebResponseContent TestSynStock(TestToolSynInfo toolSynInfo);
     }
 }

--
Gitblit v1.9.3