From ea4adbde9c64181369161e851925e06d52260eba Mon Sep 17 00:00:00 2001
From: wankeda <Administrator@DESKTOP-HAU3ST3>
Date: 星期一, 02 三月 2026 15:31:49 +0800
Subject: [PATCH] 1

---
 WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs b/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs
index 40b7b75..d438a61 100644
--- a/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs
+++ b/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs
@@ -65,6 +65,9 @@
         WebResponseContent OutboundTaskCompleted(int taskNum);
         WebResponseContent AddOutboundOrders(Houseounbound orderAddDTO);
         WebResponseContent InventoryOut(HouseCancelOut houseInventoryOut);
+        WebResponseContent SMOMAdjustment(HouseAdjustment houseAdjustment);
+
+        WebResponseContent SMOMStock(HouseStockDetail houseStockDetail);
         WebResponseContent InventoryIn(string name, int qty);
         /// <summary>
         /// 鍒嗛厤宸烽亾
@@ -101,5 +104,7 @@
         WebResponseContent WMSGenerateNewOutboundTask(int[] keys);
 
         WebResponseContent WMSGenerateSTOutboundTask(int[] keys);
+
+        WebResponseContent SMOMGenerateSTOutboundTask(int[] keys);
     }
 }

--
Gitblit v1.9.3