From a474060ae47fc4c807120b2a6178e8d8f84c0863 Mon Sep 17 00:00:00 2001
From: wankeda <Administrator@DESKTOP-HAU3ST3>
Date: 星期二, 27 一月 2026 15:07:25 +0800
Subject: [PATCH] 1
---
WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs b/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs
index 5c42a95..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>
/// 鍒嗛厤宸烽亾
@@ -99,5 +102,9 @@
/// <returns></returns>
WebResponseContent TakeOutbound(List<StockViewDTO> stockViews);
WebResponseContent WMSGenerateNewOutboundTask(int[] keys);
+
+ WebResponseContent WMSGenerateSTOutboundTask(int[] keys);
+
+ WebResponseContent SMOMGenerateSTOutboundTask(int[] keys);
}
}
--
Gitblit v1.9.3