代码管理/WMS/WIDESEA_WMSServer/WIDESEA_IStockService/IStockInfoService.cs
@@ -13,5 +13,9 @@ public interface IStockInfoService : IService<Dt_StockInfo> { IStockInfoRepository Repository { get; } List<Dt_StockInfo> GetOutboundStocks(List<Dt_StockInfo> stockInfos, string materielCode, float needQuantity, out float residueQuantity); List<Dt_StockInfo> GetUseableStocks(string materielCode, int warehoseId); } }