张天森
2022-11-10 4c0f9a7eb32a1a449fa472a01d9284642f19cc25
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/community/PageVolunteerDTO.java
@@ -29,4 +29,9 @@
    @Min(value = 1, groups = {PageGroup.class}, message = "每页记录数不能为空")
    private Long pageSize;
    @ApiModelProperty(value = "社区id")
    private Long communityId;
    @ApiModelProperty("物业公司Id")
    private Long propertyId;
}