1
647556386
2025-11-30 8639f19c82f6e263654db44286256bb8d028d2c2
项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_IStockService/IStockInfoService.cs
@@ -14,6 +14,7 @@
        List<Dt_StockInfo> GetUseableStocks(string materielCode, string batchNo,string supplyCode);
       
        Dt_StockInfo GetStockInfoByPalletCode(string palletCode);
        void AddMaterielGroup(Dt_StockInfo stockInfo);
        (List<Dt_StockInfo>, Dictionary<int, decimal>) GetOutboundStocks(List<Dt_StockInfo> stockInfos, string materielCode, decimal needQuantity, out decimal residueQuantity);