From 58a1b8b7db72225e0c2acca4f76399899f1bda4f Mon Sep 17 00:00:00 2001
From: wankeda <Administrator@DESKTOP-HAU3ST3>
Date: 星期五, 09 一月 2026 15:14:41 +0800
Subject: [PATCH] 1

---
 WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs b/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs
index 3314a18..40b7b75 100644
--- a/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs
+++ b/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs
@@ -42,12 +42,14 @@
 
         WebResponseContent DeviceRequestInboundTaskSimple(string stationCode, string palletCode, int heightType);
 
+        WebResponseContent CPDeviceRequestInboundTaskSimple(string stationCode, string palletCode, int heightType, string courceAddress);
+
         WebResponseContent ApplyLocation(string palletCode);
 
         Task<WebResponseContent> TaskCompleted(int taskNum);
 
         WebResponseContent UpdateTaskStatus(int tasknum, int tasktype);
-        
+
 
         WebResponseContent GenerateOutboundTask(int orderDetailId, List<StockSelectViewDTO> stockSelectViews);
 
@@ -60,7 +62,7 @@
         WebResponseContent IsRelocations(int TaskNum, string SourceAddress);
         WebResponseContent Cancelinventory(int taskNum);
         WebResponseContent InboundTaskCompleted(int taskNum);
-        WebResponseContent  OutboundTaskCompleted(int taskNum);
+        WebResponseContent OutboundTaskCompleted(int taskNum);
         WebResponseContent AddOutboundOrders(Houseounbound orderAddDTO);
         WebResponseContent InventoryOut(HouseCancelOut houseInventoryOut);
         WebResponseContent InventoryIn(string name, int qty);
@@ -97,5 +99,7 @@
         /// <returns></returns>
         WebResponseContent TakeOutbound(List<StockViewDTO> stockViews);
         WebResponseContent WMSGenerateNewOutboundTask(int[] keys);
+
+        WebResponseContent WMSGenerateSTOutboundTask(int[] keys);
     }
 }

--
Gitblit v1.9.3