From 25be56b0dbeee7543c88c2bbc4192578ee94f27e Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期一, 09 三月 2026 09:34:57 +0800
Subject: [PATCH] docs: 更新设计文档实施状态

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

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

--
Gitblit v1.9.3