接口调整
This commit is contained in:
@@ -29,5 +29,7 @@ namespace WMS.Web.Domain.Infrastructure
|
||||
Task<bool> AddRange(List<Box> entitys, bool isTransaction = true);
|
||||
/// 查询实体集合
|
||||
Task<List<Box>> GetEntityList(List<int> ids);
|
||||
|
||||
Task<List<Box>> GetEntityListByNos(List<string> billNos);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user