update 分页查询场站订单排行

This commit is contained in:
Lemon
2026-05-25 13:33:35 +08:00
parent ff6c95f84b
commit 9a6ec3e792
4 changed files with 54 additions and 39 deletions

View File

@@ -38,4 +38,14 @@ public class BusinessOperationAnalysisQueryDTO {
* 当前选中的指标编码
*/
private String selectedMetricCode;
/**
* 页码(用于场站排行分页)
*/
private Integer pageNum;
/**
* 每页条数(用于场站排行分页)
*/
private Integer pageSize;
}