whyclxw
7 天以前 270056c608c6ffc171e21f36740fd75c54246ba0
src/main/java/com/whyc/pojo/db_param/BattAlmparam.java
@@ -1,6 +1,7 @@
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;
@@ -77,5 +78,28 @@
    @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;
}