src/main/java/com/zy/common/model/PageParam.java
@@ -1,6 +1,5 @@ package com.zy.common.model; import io.swagger.annotations.ApiModelProperty; /** * 分页参数 @@ -8,10 +7,8 @@ */ public class PageParam { @ApiModelProperty(value="分页索引",required=true) private int page = 1; @ApiModelProperty(value="单页数量",required=true) private int size = 10; public Integer getPage() {