出库任务合并和作废
This commit is contained in:
@@ -13,5 +13,9 @@ namespace WMS.Web.Domain.Infrastructure
|
||||
Task<OutStock> Add(OutStock entity, bool isTransaction = true);
|
||||
// 获取列表
|
||||
Task<(List<OutStockQueryInfoResponse> list, int total)> GetListAsync(OutStockQueryRequest dto);
|
||||
/// 查询实体集合
|
||||
Task<List<OutStock>> GetEntityList(List<int> ids);
|
||||
/// 修改实体集合
|
||||
Task<bool> EditEntityList(List<OutStock> entitys, bool isTransaction = true);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user