| | |
| | | * 电池机房温度告警,八个电池机房 |
| | | */ |
| | | @ApiModel(value="电池机房温度告警") |
| | | @TableName(schema = "db_alarm",value = "tb_alarm_temp_alarm") |
| | | @TableName(schema = "db_alarm",value = "tb_batt_station_temp_alarm") |
| | | @Data |
| | | @ToString |
| | | public class BattStationTempAlarm { |
| | |
| | | |
| | | private Date endTime; |
| | | |
| | | private String maxTempPoint; |
| | | |
| | | @TableField(exist = false) |
| | | private String battGroupName; |
| | | |
| | |
| | | @TableField(exist = false) |
| | | private String powerName; |
| | | |
| | | @TableField(exist = false) |
| | | @ApiModelProperty("最高温度点在磁条的方位") |
| | | private String position; |
| | | |
| | | @TableField(exist = false) |
| | | private double pointPercentage; |
| | | |
| | | |
| | | } |