huanghongfa
2021-08-23 508dd8dde98b7da379e56a819d1cb8d78b98a110
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/questnaire/QuestnaireStatisticsSummaryHeaderAdminVO.java
@@ -26,6 +26,9 @@
    @ApiModelProperty("未填报党员")
    private Integer noPartymemberCount = 0;
    @ApiModelProperty("填报率")
    private Integer tag = 0;
    private BigDecimal tag = BigDecimal.ZERO;
    @ApiModelProperty("社区小程序用户总人数")
    private Integer userCount = 0;
}