Commit eedcfc9a authored by unset's avatar unset

添加通知信息

parent 1c63f217
...@@ -7,9 +7,9 @@ import lombok.Data; ...@@ -7,9 +7,9 @@ import lombok.Data;
@Data @Data
public class PageParam { public class PageParam {
@ApiModelProperty("当前页码") @ApiModelProperty("当前页码")
Integer page; Integer page = 1;
@ApiModelProperty("每页限制") @ApiModelProperty("每页限制")
Integer limit; Integer limit = 10;
public Query initQuery() { public Query initQuery() {
return new Query(this); return new Query(this);
......
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