增加重置箱接口
This commit is contained in:
@@ -32,5 +32,7 @@ namespace WMS.Web.Domain.Infrastructure
|
||||
Task<List<SerialNumbers>> GetEntityListByBoxIds(List<int> boxIds);
|
||||
/// 修改实体集合
|
||||
Task<bool> EditEntityList(List<SerialNumbers> entitys, bool isTransaction = true);
|
||||
//批量删除
|
||||
Task<bool> DeleteEntityList(List<int> boxIds, bool isTransaction = true);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user