huanghongfa
2021-09-03 9609ae6b6d10a75c70920fd805f1ea9566c9bbdf
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/community/PageActWorkGuideDTO.java
@@ -15,9 +15,9 @@
    @ApiModelProperty("办事指南标题")
    private String title;
    @ApiModelProperty(value = "分页-当前页数",example = "1")
    @ApiModelProperty(value = "分页-当前页数", example = "1")
    private Long pageNum;
    @ApiModelProperty(value = "分页-每页记录数",example = "10")
    @ApiModelProperty(value = "分页-每页记录数", example = "10")
    private Long pageSize;
}