mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-07-07 23:48:05 +08:00
update 分页查询场站订单排行
This commit is contained in:
@@ -38,4 +38,14 @@ public class BusinessOperationAnalysisQueryDTO {
|
||||
* 当前选中的指标编码
|
||||
*/
|
||||
private String selectedMetricCode;
|
||||
|
||||
/**
|
||||
* 页码(用于场站排行分页)
|
||||
*/
|
||||
private Integer pageNum;
|
||||
|
||||
/**
|
||||
* 每页条数(用于场站排行分页)
|
||||
*/
|
||||
private Integer pageSize;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user