箱集合查询序列号
This commit is contained in:
@@ -25,6 +25,8 @@ namespace WMS.Web.Domain.Infrastructure
|
||||
Task<List<SerialNumbers>> GetEntityList(List<string> serialNumbers);
|
||||
/// 根据箱Id查询集合
|
||||
Task<List<SerialNumbers>> GetEntityListByBoxId(int boxId);
|
||||
/// 根据箱Ids查询集合
|
||||
Task<List<SerialNumbers>> GetEntityListByBoxIds(List<int> boxIds);
|
||||
/// 修改实体集合
|
||||
Task<bool> EditEntityList(List<SerialNumbers> entitys, bool isTransaction = true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user