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

增加分页

parent 54bfe140
...@@ -22,4 +22,14 @@ public class DPFilterParamForDetailDto { ...@@ -22,4 +22,14 @@ public class DPFilterParamForDetailDto {
*/ */
private DPFilterParamForDateDto timeSearchOne; private DPFilterParamForDateDto timeSearchOne;
/**
* 当前页
*/
private int current;
/**
* 每页大小
*/
private int size;
} }
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