springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/bigscreen/IndexReserveSub.java
@@ -10,8 +10,16 @@ @Data @ApiModel("返攀登记居家隔离数据标题数量") public class IndexReserveSub { @ApiModelProperty("标题") private String sub; @ApiModelProperty("标题值") private Integer key; @ApiModelProperty("数量") private Integer num; @ApiModelProperty("总数") private Integer allCount; @ApiModelProperty("占比") private Integer percent; public Integer getPercent() { return this.percent = num*100/allCount; } }