update申请开票

This commit is contained in:
2023-04-15 16:16:46 +08:00
parent 25cc84f154
commit 97a9affb6c
5 changed files with 73 additions and 6 deletions

View File

@@ -17,4 +17,8 @@ public class QueryInvoiceRecordDTO {
private LocalDateTime startTime;
private LocalDateTime endTime;
private Integer pageNo;
private Integer pageSize;
}