调整列表

This commit is contained in:
18942506660
2023-10-26 15:41:59 +08:00
parent bf665e81df
commit 918e4d203b
7 changed files with 85 additions and 32 deletions

View File

@@ -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);
}
}