wangxinhui
10 天以前 2aec0a99e559fb11b7046b148e5f357b3208cb66
项目代码/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);