wankeda
2026-01-19 e83c793bebdb1b9ecdcd79fab8d83fd167baa817
WMS/WIDESEA_WMSServer/WIDESEA_IStockService/IStockInfoService.cs
@@ -20,8 +20,19 @@
        List<Dt_StockInfo> GetUseableStocks(string materielCode);
        //List<Dt_StockInfo> GetUseableStocks(string materielCode, int warehoseId);
        //List<Dt_StockInfo> GetUseableStocks(string materielCode, string batchNo,,string , int warehoseId);
        List<Dt_StockInfo> GetUseableStocks(string materielCode, string palletcode, List<Dt_Warehouse> warehouse);
        //List<Dt_StockInfo> GetUseableStocks(string materielCode, string batchNo, int warehoseId);
        List<StockSelectViewDTO> GetStockSelectViews(string materielCode);
        List<Dt_StockInfo> GetOutboundStocks(List<Dt_StockInfo> stockInfos, string materielCode, decimal needQuantity, out decimal residueQuantity);
        public List<Dt_StockInfo> DWANDYSGetOutboundStocks(List<Dt_StockInfo> stockInfos, string materielCode, string batchNo, decimal needQuantity, out decimal residueQuantity);
    }
}