| | |
| | | package com.whyc.pojo.db_param; |
| | | |
| | | 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 = "下下限告警使能") |
| | | private Integer almLowCoeLowerEn; |
| | | |
| | | @ApiModelProperty(value = "告警延迟时长[单位:秒]") |
| | | private Integer almDelayTime; |
| | | |
| | | @TableField(exist = false) |
| | | private String provice; |
| | | |
| | | @TableField(exist = false) |
| | | private String city; |
| | | |
| | | @TableField(exist = false) |
| | | private String country; |
| | | |
| | | @TableField(exist = false) |
| | | private String fullName; |
| | | |
| | | @TableField(exist = false) |
| | | private String stationName; |
| | | |
| | | @TableField(exist = false) |
| | | private String battgroupName; |
| | | |
| | | @TableField(exist = false) |
| | | private String devName; |
| | | |
| | | } |