springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/bigscreen/IndexReserveSub.java
@@ -16,4 +16,10 @@ private Integer num; @ApiModelProperty("总数") private Integer allCount; @ApiModelProperty("占比") private Integer percent; public Integer getPercent() { return this.percent = num*100/allCount; } }