wangxinhui
2025-11-03 a0a0df2e824b6fe7e5a3c0afce78127fecf84fc9
项目代码/WMS/WMSServices/WIDESEA_IStockRepository/IStockInfoRepository.cs
@@ -15,7 +15,11 @@
        List<Dt_StockInfo> GetStockInfos(string materielCode);
        List<Dt_StockInfo> GetStockInfos(string materielCode, string lotNo, List<string> locationCodes);
        List<Dt_StockInfo> GetStockInfos(int materielId,decimal width, List<string> locationCodes);
        List<Dt_StockInfo> GetStockInfos(string materielCode, decimal width, List<string> locationCodes);
        List<Dt_StockInfo> GetStockInfos(string materielCode, List<string> locationCodes);
        List<Dt_StockInfo> GetStockInfosByIds(List<int> ids);