移箱支持多个
This commit is contained in:
@@ -11,6 +11,8 @@ namespace WMS.Web.Domain.Infrastructure
|
||||
{
|
||||
// 新增
|
||||
Task<MoveBoxRecord> Add(MoveBoxRecord entity, bool isTransaction = true);
|
||||
/// 批量添加
|
||||
Task<bool> AddRange(List<MoveBoxRecord> entitys, bool isTransaction = true);
|
||||
// 获取列表
|
||||
Task<(List<MoveBoxRecordQueryInfoResponse> list, int total)> GetListAsync(MoveBoxRecordQueryRequest dto);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user