From bdf29324be453a64ac4baab479c3bb2b26a1bd5c Mon Sep 17 00:00:00 2001
From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com>
Date: 星期三, 17 十二月 2025 11:07:50 +0800
Subject: [PATCH] Merge branch 'htq20251215' of http://115.159.85.185:8098/r/ZhongRui/ALDbanyunxiangmu into htq20251215

---
 项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_IOutboundService/IOutboundService.cs |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS\346\227\240\344\273\223\345\202\250\347\211\210/WIDESEA_WMSServer/WIDESEA_IOutboundService/IOutboundService.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS\346\227\240\344\273\223\345\202\250\347\211\210/WIDESEA_WMSServer/WIDESEA_IOutboundService/IOutboundService.cs"
index 7e86e2f..42c2637 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS\346\227\240\344\273\223\345\202\250\347\211\210/WIDESEA_WMSServer/WIDESEA_IOutboundService/IOutboundService.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS\346\227\240\344\273\223\345\202\250\347\211\210/WIDESEA_WMSServer/WIDESEA_IOutboundService/IOutboundService.cs"
@@ -4,6 +4,7 @@
 using System.Text;
 using System.Threading.Tasks;
 using WIDESEA_Core;
+using WIDESEA_DTO.CalcOut;
 
 namespace WIDESEA_IOutboundService
 {
@@ -14,5 +15,23 @@
         IOutboundOrderService OutboundOrderService { get; }
 
         IOutStockLockInfoService OutboundStockLockInfoService { get; }
+
+        /// <summary>
+        /// 鍒嗘嫞鍑哄簱鎿嶄綔
+        /// </summary>
+        /// <param name="request">鍒嗘嫞鍑哄簱璇锋眰</param>
+        /// <returns>鍒嗘嫞鍑哄簱鍝嶅簲</returns>
+        WebResponseContent ProcessPickingOutbound(PickingOutboundRequestDTO request);
+
+        /// <summary>
+        /// 鍑哄簱瀹屾垚澶勭悊锛堟壂鎻忔潯鐮佹墸鍑忓簱瀛橈級
+        /// </summary>
+        /// <param name="request">鍑哄簱瀹屾垚璇锋眰</param>
+        /// <returns>鍑哄簱瀹屾垚鍝嶅簲</returns>
+        WebResponseContent CompleteOutboundWithBarcode(OutboundCompleteRequestDTO request);
+
+        WebResponseContent QueryPickingTasks(string palletCode, string orderNo);
+
+        WebResponseContent QueryPickedList(string orderNo, string palletCode);
     }
 }

--
Gitblit v1.9.3