| | |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.Data; |
| | | |
| | | import java.math.BigDecimal; |
| | | import java.util.List; |
| | | |
| | | /** |
| | |
| | | @ApiModelProperty("居家隔离登记") |
| | | private Integer homeCount; |
| | | @ApiModelProperty("返攀登记百分比") |
| | | private Integer reservePercent; |
| | | private BigDecimal reservePercent; |
| | | @ApiModelProperty("居家隔离百分比") |
| | | private Integer homePercent; |
| | | private BigDecimal homePercent; |
| | | @ApiModelProperty("燃气登记百分比") |
| | | private Integer gasPercent; |
| | | private BigDecimal gasPercent; |
| | | @ApiModelProperty("防火登记百分比") |
| | | private Integer firePercent; |
| | | private BigDecimal firePercent; |
| | | @ApiModelProperty("折线图数据") |
| | | private List<BigScreenStaticsReserveMonth> bigScreenStaticsReserveMonthList; |
| | | } |