From 93ec15196294abce031a86e24f4cee643b3b1c8a Mon Sep 17 00:00:00 2001
From: yangpeixing <yangpeixing@hnkhzn.com>
Date: 星期四, 22 一月 2026 15:45:29 +0800
Subject: [PATCH] 1

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

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

--
Gitblit v1.9.3