yanghui
2022-11-25 e4aeeebfb20b6e6cb1eb527ed19c961ac4f52ace
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/PageBaseDTO.java
@@ -29,6 +29,9 @@
    @ApiModelProperty(value = "字符串类型查询参数", example = "10")
    private String param2;
    @ApiModelProperty(value = "数字类型查询参数", example = "10")
    private Integer param3;
    @ApiModelProperty(value = "单个社区id")
    private Long communityId;