huangxiaoqiang
6 天以前 bfd2cde0cc9b9871eeab1503c837beabb9ade9e5
项目代码/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);