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; }