1
wangxinhui
2026-03-13 83748b08c2016120e914f669f1b8d376846abf01
ÏîÄ¿´úÂë/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);