| | |
| | | @ApiModelProperty(value = "业主委员会小区覆盖率") |
| | | private BigDecimal areaCoverPercent; |
| | | |
| | | @ApiModelProperty(value = "业主委员会党员占比大于50%数量") |
| | | private Integer committeeMostlyTotal = 0; |
| | | |
| | | @ApiModelProperty(value = "业主委员会党员占比") |
| | | private List<StatisticsCommVO> committeePartyPercent; |
| | | |
| | | @ApiModelProperty(value = "议事投票本月总数") |
| | | private Integer discussCurrentMonCount; |
| | | |
| | |
| | | |
| | | @ApiModelProperty(value = "爱心义仓捐赠物品图片") |
| | | private List<String> warehouseImages; |
| | | |
| | | @ApiModelProperty(value = "居民活动本月总数") |
| | | private Integer residentActCurrentMonCount; |
| | | |
| | | @ApiModelProperty(value = "居民活动总数") |
| | | private Integer residentActTotalCount; |
| | | |
| | | @ApiModelProperty(value = "居民活动分类柱状统计") |
| | | private List<StatisticsCommVO> residentActHistogram; |
| | | |
| | | @ApiModelProperty(value = "居民自治组织数") |
| | | private Integer residentAutonomyOrgCount = 0; |
| | | } |