1
z8018
2025-12-15 55410a40f4cafd17f4c8c6a9f2af8ef5dc8b1e40
项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_IStockService/IStockInfoService.cs
@@ -26,5 +26,9 @@
        List<StockSelectViewDTO> GetSelectViewDTOs(string orderNo, string materielCode);
        List<Dt_StockInfo> GetUseableStocks(string materielCode, string batchNo, string supplyCode, string wearhouseCode, string factoryCode);
        List<Dt_StockInfo> GetStockInfos(string materielCode, string lotNo, string supplyCode, List<string> locationCodes, string wearhouseCode, string factoryCode);
    }
}