lidongdong
2023-08-18 5d7af89551fcd7b092efdd4002b41257ce55aa55
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/community/easyPhoto/AddEasyPhotoClassifyDTO.java
@@ -20,10 +20,14 @@
    @ApiModelProperty("备注")
    private String remark;
    @ApiModelProperty("1 随手拍   2网格治理")
    private String addType;
    @ApiModelProperty(value = "分页每页数量", example = "10")
    private Long pageSize = 10L;
    @ApiModelProperty(value = "分页当前记录数", example = "1")
    private Long pageNum = 1L;
    private String areaCode;
}