From b54877f2400f752f5b9a1c8aef39c4aa9e851ac5 Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期三, 11 三月 2026 09:54:19 +0800
Subject: [PATCH] docs: 添加WCS系统DDD重构设计文档

---
 Code/WMS/WIDESEA_WMSServer/WIDESEA_IStockService/IStockService.cs |   18 +++++++++++++++++-
 1 files changed, 17 insertions(+), 1 deletions(-)

diff --git a/Code/WMS/WIDESEA_WMSServer/WIDESEA_IStockService/IStockService.cs b/Code/WMS/WIDESEA_WMSServer/WIDESEA_IStockService/IStockService.cs
index eb21726..d28570d 100644
--- a/Code/WMS/WIDESEA_WMSServer/WIDESEA_IStockService/IStockService.cs
+++ b/Code/WMS/WIDESEA_WMSServer/WIDESEA_IStockService/IStockService.cs
@@ -1,9 +1,11 @@
-锘縰sing System;
+锘縰sing Microsoft.AspNetCore.Mvc;
+using System;
 using System.Collections.Generic;
 using System.Linq;
 using System.Text;
 using System.Threading.Tasks;
 using WIDESEA_Core;
+using WIDESEA_DTO.Stock;
 
 namespace WIDESEA_IStockService
 {
@@ -16,5 +18,19 @@
         IStockInfoDetail_HtyService StockInfoDetail_HtyService { get; }
 
         IStockInfo_HtyService StockInfo_HtyService { get; }
+
+        Task<WebResponseContent> GroupPalletAsync(StockDTO stock);
+
+        Task<WebResponseContent> ChangePalletAsync(StockDTO stock);
+
+        Task<WebResponseContent> SplitPalletAsync(StockDTO stock);
+
+        /// <summary>
+        /// 鍫嗗灈鏈烘崲鐩樺悗鏇存柊搴撳瓨淇℃伅锛堟竻绌哄簱浣嶄俊鎭級
+        /// </summary>
+        /// <param name="stock"></param>
+        /// <returns></returns>
+        Task<WebResponseContent> UpdateStockInfoAsync(StockInfoDTO stock);
+
     }
 }

--
Gitblit v1.9.3