wangxinhui
2025-09-06 2b25f973bb6d72ce6971d6f9c3cdccf51b7962ab
项目代码/WMS/WMSServices/WIDESEA_IStockRepository/IStockInfoRepository.cs
@@ -15,7 +15,7 @@
        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> GetStockInfosByIds(List<int> ids);