ÏîÄ¿´úÂë/WMS/WMSServices/WIDESEA_IStockRepository/IStockInfoRepository.cs
@@ -16,6 +16,12 @@ List<Dt_StockInfo> GetStockInfos(string materielCode); List<Dt_StockInfo> GetStockInfos(int materielId,decimal width, List<string> locationCodes); /// <summary> /// è·åç管å¯ä½¿ç¨åºå /// </summary> 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);