Commit eedcfc9a authored by unset's avatar unset

添加通知信息

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