whycxzp
2025-04-02 506168ae540c5aabb34f97a46a6248cd73b77f8b
src/main/java/com/whyc/pojo/db_alarm/BattStationTempAlarm.java
@@ -15,7 +15,7 @@
 * 电池机房温度告警,八个电池机房
 */
@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 {
@@ -44,6 +44,8 @@
    private Date endTime;
    private String maxTempPoint;
    @TableField(exist = false)
    private String battGroupName;
@@ -53,5 +55,12 @@
    @TableField(exist = false)
    private String powerName;
    @TableField(exist = false)
    @ApiModelProperty("最高温度点在磁条的方位")
    private String position;
    @TableField(exist = false)
    private double pointPercentage;
}