| | |
| | | package com.whyc.pojo.db_ram_db; |
| | | |
| | | 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 devTestgroupnum; |
| | | |
| | | @ApiModelProperty(value = "设备测试类型") |
| | | @ApiModelProperty(value = "设备工作类型") |
| | | private Integer devWorkstate; |
| | | |
| | | @ApiModelProperty(value = "设备告警状态") |
| | |
| | | private Float devConresist1; |
| | | |
| | | @ApiModelProperty(value = "61850设备告警") |
| | | @TableField(value = "dev_61850alarms") |
| | | private String dev61850alarms; |
| | | |
| | | @ApiModelProperty(value = "组2二极管压降") |
| | |
| | | @ApiModelProperty(value = "充放电一体机组2组端电流") |
| | | private Float groupCurr2; |
| | | |
| | | @TableField(exist = false) |
| | | private String stationName; |
| | | |
| | | @TableField(exist = false) |
| | | private String stationId; |
| | | |
| | | @TableField(exist = false) |
| | | private Integer powerId; |
| | | |
| | | @TableField(exist = false) |
| | | private String devName; |
| | | |
| | | @TableField(exist = false) |
| | | private String provice; |
| | | @TableField(exist = false) |
| | | private String city; |
| | | @TableField(exist = false) |
| | | private String country; |
| | | @TableField(exist = false) |
| | | private String fullName; |
| | | |
| | | } |