项目代码/WMS/WIDESEA_WMSServer/WIDESEA_IStockService/IStockInfoService.cs
@@ -31,5 +31,12 @@ List<StockSelectViewDTO> GetStockSelectViews(string materielCode); List<Dt_StockInfo> GetOutboundStocks(List<Dt_StockInfo> stockInfos, string materielCode, decimal needQuantity, out decimal residueQuantity); public class residueQuantity { public string MaterielCode { get; set; } public string BatchNo { get; set; } public decimal NewNeendQuantity { get; set; } } } }