1
wankeda
2026-03-16 d5538af4a0bbc5511990aceb3431fb1caa9bbc65
项目代码/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; }
        }
    }
}