pang.jiabao
2025-05-13 e60658fec23ada118080f79b4ba8bc05b733138e
src/main/java/com/zy/common/model/PageParam.java
@@ -8,10 +8,10 @@
 */
public class PageParam {
    @ApiModelProperty(value="分页索引",required=true)
    @ApiModelProperty(value = "分页索引", required = true)
    private int page = 1;
    @ApiModelProperty(value="单页数量",required=true)
    @ApiModelProperty(value = "单页数量", required = true)
    private int size = 10;
    public Integer getPage() {