Commit d60f0b85 authored by 麻笑宇's avatar 麻笑宇

dto提交

parent 9b6f6b85
......@@ -18,6 +18,11 @@ public class DPFilterParamForDetailDto {
private String cityCode;
/**
* 业务类型
*/
private String businessType;
/**
* 时间筛选
*/
private DPFilterParamForDateDto timeSearchOne;
......@@ -25,12 +30,13 @@ public class DPFilterParamForDetailDto {
/**
* 当前页
*/
private int current;
private int current = 1;
/**
* 每页大小
*/
private int size;
private int size = 20;
/**
* 设备类别
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment