Code/WMS/WIDESEA_WMSServer/WIDESEA_IStockService/IStockService.cs
@@ -19,11 +19,11 @@ IStockInfo_HtyService StockInfo_HtyService { get; } Task<bool> GroupPalletAsync(StockDTO stock); Task<WebResponseContent> GroupPalletAsync(StockDTO stock); Task<bool> ChangePalletAsync(StockDTO stock); Task<WebResponseContent> ChangePalletAsync(StockDTO stock); Task<bool> SplitPalletAsync(StockDTO stock); Task<WebResponseContent> SplitPalletAsync(StockDTO stock); /// <summary> /// 堆垛机换盘后更新库存信息(清空库位信息)