| | |
| | | @ApiModel("1号,2号大功率整流电源") |
| | | public class ElectricState { |
| | | |
| | | Long num ; //主键 |
| | | Integer electricId ; //设备id |
| | | private Long num ; //主键 |
| | | private Integer electricId ; //设备id |
| | | |
| | | @TableField(exist = false) |
| | | private DeviceManage deviceManage; |
| | | |
| | | @JsonFormat(pattern = "yyyy-MM-dd",timezone = "Asia/Shanghai") |
| | | Date recordTime ; //记录时间 |
| | | Integer caseTripOutput ; //机箱跳闸输出 |
| | | Integer faultResetSignal ; //故障复位信号 |
| | | Integer highVolSwitchStatus ; //高压开关状态 |
| | | Integer stopButton ; //急停按钮 |
| | | Integer mainCabinetFanStatus ; //主柜风机状态 |
| | | Integer transCabinetDoorLock ; //变压器柜门连锁 |
| | | private Date recordTime ; //记录时间 |
| | | private Integer caseTripOutput ; //机箱跳闸输出 |
| | | private Integer faultResetSignal ; //故障复位信号 |
| | | private Integer highVolSwitchStatus ; //高压开关状态 |
| | | private Integer stopButton ; //急停按钮 |
| | | private Integer mainCabinetFanStatus ; //主柜风机状态 |
| | | private Integer transCabinetDoorLock ; //变压器柜门连锁 |
| | | @TableField("trans_cabinet_overtem_alarm") |
| | | Integer transCabinetOverTemAlarm ; //变压器超温报警 |
| | | private Integer transCabinetOverTemAlarm ; //变压器超温报警 |
| | | @TableField("trans_cabinet_overtem_trip") |
| | | Integer transCabinetOverTemTrip ; //变压器超温跳闸 |
| | | Integer qs1State ; //QS1状态 |
| | | Integer qs2State ; //QS2状态 |
| | | Integer switchCabinetDoorStatus ; //转换开关柜门状态 |
| | | private Integer transCabinetOverTemTrip ; //变压器超温跳闸 |
| | | private Integer qs1State ; //QS1状态 |
| | | private Integer qs2State ; //QS2状态 |
| | | private Integer switchCabinetDoorStatus ; //转换开关柜门状态 |
| | | @TableField("alldcvol") |
| | | Float allDCVol ; //总直流电压 |
| | | private Float allDCVol ; //总直流电压 |
| | | @TableField("alldccurr") |
| | | Float allDCCurr ; //总直流电流 |
| | | Integer connFlag ; //串/并联状态 |
| | | private Float allDCCurr ; //总直流电流 |
| | | private Integer connFlag ; //串/并联状态 |
| | | @ApiModelProperty("运行状态:0-停止,1-运行") |
| | | private Integer runningStatus; |
| | | @ApiModelProperty("负荷状态:0-未知,1-正常,2-负荷,3-满负") |
| | |
| | | |
| | | String note; |
| | | |
| | | public DeviceManage getDeviceManage() { |
| | | return deviceManage; |
| | | } |
| | | |
| | | public void setDeviceManage(DeviceManage deviceManage) { |
| | | this.deviceManage = deviceManage; |
| | | } |
| | | |
| | | public Long getNum() { |
| | | return num; |
| | | } |