| | |
| | | package com.whyc.pojo.db_alarm; |
| | | |
| | | import com.baomidou.mybatisplus.annotation.IdType; |
| | | import com.baomidou.mybatisplus.annotation.TableField; |
| | | import com.baomidou.mybatisplus.annotation.TableId; |
| | | import com.baomidou.mybatisplus.annotation.TableName; |
| | | import io.swagger.annotations.ApiModel; |
| | |
| | | @ApiModelProperty(value = "告警重要等级[0:重要;1:紧急]") |
| | | private Integer almSeverity; |
| | | |
| | | @TableField(exist = false) |
| | | private String stationName;//机房名称 |
| | | @TableField(exist = false) |
| | | private String provice;//机房名称 |
| | | @TableField(exist = false) |
| | | private String city;//机房名称 |
| | | @TableField(exist = false) |
| | | private String country;//机房名称 |
| | | @TableField(exist = false) |
| | | private String battGroupName;//电池组名称 |
| | | |
| | | } |