huanghongfa
2021-09-02 177249c76aeea0b4bf8d8816d4994e3b445b45ce
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/screen/index/IndexDynamicStatisticsVO.java
@@ -20,10 +20,10 @@
    @ApiModelProperty("开展文化活动")
    private Integer cultureActivityTotal;
    @ApiModelProperty(value = "党员活动数量",hidden = true)
    @ApiModelProperty(value = "党员活动数量", hidden = true)
    private Integer pbTotal;
    @ApiModelProperty(value = "社区活动数量",hidden = true)
    @ApiModelProperty(value = "社区活动数量", hidden = true)
    private Integer actTotal;
    @ApiModelProperty("发起民意调查")
@@ -31,7 +31,5 @@
    @ApiModelProperty("社区宣传")
    private Integer propagandaTotal;
}