调整列表
This commit is contained in:
@@ -14,6 +14,6 @@ namespace WMS.Web.Domain.Infrastructure
|
||||
Task<ChangeBoxRecord> Add(ChangeBoxRecord entity, bool isTransaction = true);
|
||||
|
||||
// 获取销售列表
|
||||
Task<PaginationResponseDto<ChangeBoxRecordQueryInfoResponse>> GetListAsync(ChangeBoxRecordQueryRequest dto);
|
||||
Task<(List<ChangeBoxRecordQueryInfoResponse> list,int total)> GetListAsync(ChangeBoxRecordQueryRequest dto);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user