update 运营商查询订单报表接口数据加分页

This commit is contained in:
Lemon
2023-06-15 18:23:37 +08:00
parent 011876cb7e
commit fbcf65569a
2 changed files with 5 additions and 1 deletions

View File

@@ -13,5 +13,7 @@ public class MerchantOrderReportDTO {
private String merchantId;
private String startTime;
private String endTime;
private Integer pageNum;
private Integer pageSize;
}