项目代码/WMS/WMSServices/WIDESEA_IStockRepository/IProStockInfoRepository.cs
@@ -10,5 +10,6 @@ { public interface IProStockInfoRepository : IRepository<Dt_ProStockInfo> { List<Dt_ProStockInfo> GetStockInfos(string materielCode, List<string> locationCodes); } }