| | |
| | | /** |
| | | * @author zzj |
| | | */ |
| | | @Data |
| | | @ApiModel("返攀登记居家隔离数据标题数量") |
| | | public class IndexReserveSub { |
| | | @ApiModelProperty("标题值") |
| | |
| | | @ApiModelProperty("占比") |
| | | private Integer percent; |
| | | |
| | | public Integer getKey() { |
| | | return key; |
| | | } |
| | | |
| | | public void setKey(Integer key) { |
| | | this.key = key; |
| | | } |
| | | |
| | | public Integer getNum() { |
| | | return num; |
| | | } |
| | | |
| | | public void setNum(Integer num) { |
| | | this.num = num; |
| | | } |
| | | |
| | | public Integer getAllCount() { |
| | | return allCount; |
| | | } |
| | | |
| | | public void setAllCount(Integer allCount) { |
| | | this.allCount = allCount; |
| | | } |
| | | |
| | | public void setPercent(Integer percent) { |
| | | this.percent = percent; |
| | | } |
| | | |
| | | public Integer getPercent() { |
| | | return this.percent = num*100/allCount; |
| | | } |