接口优化
This commit is contained in:
@@ -64,6 +64,6 @@ namespace WMS.Web.Domain.Infrastructure
|
||||
/// <param name="stockCodes"></param>
|
||||
/// <param name="companyId"></param>
|
||||
/// <returns></returns>
|
||||
Task<List<MaterialSubStock>> GetMaterialSubStocks(List<string> materialNumbers, List<string> stockCodes, int companyId);
|
||||
Task<List<MaterialSubStock>> GetMaterialSubStocks(List<string> materialNumbers, List<string> stockCodes, List<string> orgCodes, int companyId);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user