101captain
2021-12-23 62c472f32aba7e8e06cba4040e13fe110de49f24
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/bigscreen/IndexReserveSub.java
@@ -17,12 +17,11 @@
    @ApiModelProperty("总数")
    private Integer allCount;
    @ApiModelProperty("占比")
    @JsonIgnoreProperties
    private Integer percent;
    public Integer getPercent() {
        percent=num*100/allCount;
        return percent;
        this.percent=this.num*100/this.allCount;
        return this.percent;
    }
    public Integer getKey() {