package com.whyc.pojo;
|
|
import com.baomidou.mybatisplus.annotation.TableName;
|
import org.apache.ibatis.type.Alias;
|
|
import java.util.Date;
|
|
/**
|
* 动态负载状态实时
|
*/
|
@Alias("DynamicLoadStateRt")
|
@TableName(schema = "db_experiment",value = "tb_dynamicload_state_rt")
|
public class DynamicLoadStateRt {
|
|
Integer num ; //主键
|
Integer devId ; //设备id
|
Date recordTime ; //
|
Integer startAuto ; //启动自动加载
|
Integer stopAuto ; //停止自动加载
|
Integer suddenCrease ; //突加突卸
|
Integer allOpen ; //全部分闸
|
Float actualSetPower ; //实际设定功率
|
Float outputPower ; //已输出功率
|
Float setPower ; //设定功率
|
Float intervalTime ; //间隔时间s
|
Float actualCurr ; //实际电流
|
Float actualMov ; //实际电压
|
Integer switchOn ; //是否合闸
|
Integer FZAutoState1 ; //FZ自动状态1
|
Integer FZAutoState2 ; //FZ自动状态2
|
Integer FZAutoState3 ; //FZ自动状态3
|
Integer FZAutoState4 ; //FZ自动状态4
|
Integer FZAutoState5 ; //FZ自动状态5
|
Integer reactOverTem ; //电抗超温
|
Integer waterOverTem ; //冷却水超温
|
Integer waterLevelLow ; //冷却水液位低
|
Integer waterPressureHigh; //冷却水压高
|
Integer localControl ; //就地控制
|
Integer backControl ; //后台控制
|
Integer centralControl ; //中控控制
|
Integer switchState ; //开关柜状态
|
Integer interVolumeM200 ; //中间量M200
|
Integer fanButton ; //风机按钮
|
Integer fanOutput ; //风机输出
|
Integer allowClose ; //是否允许合闸
|
String note;
|
|
public Integer getNum() {
|
return num;
|
}
|
|
public void setNum(Integer num) {
|
this.num = num;
|
}
|
|
public Integer getDevId() {
|
return devId;
|
}
|
|
public void setDevId(Integer devId) {
|
this.devId = devId;
|
}
|
|
public Date getRecordTime() {
|
return recordTime;
|
}
|
|
public void setRecordTime(Date recordTime) {
|
this.recordTime = recordTime;
|
}
|
|
public Integer getStartAuto() {
|
return startAuto;
|
}
|
|
public void setStartAuto(Integer startAuto) {
|
this.startAuto = startAuto;
|
}
|
|
public Integer getStopAuto() {
|
return stopAuto;
|
}
|
|
public void setStopAuto(Integer stopAuto) {
|
this.stopAuto = stopAuto;
|
}
|
|
public Integer getSuddenCrease() {
|
return suddenCrease;
|
}
|
|
public void setSuddenCrease(Integer suddenCrease) {
|
this.suddenCrease = suddenCrease;
|
}
|
|
public Integer getAllOpen() {
|
return allOpen;
|
}
|
|
public void setAllOpen(Integer allOpen) {
|
this.allOpen = allOpen;
|
}
|
|
public Float getActualSetPower() {
|
return actualSetPower;
|
}
|
|
public void setActualSetPower(Float actualSetPower) {
|
this.actualSetPower = actualSetPower;
|
}
|
|
public Float getOutputPower() {
|
return outputPower;
|
}
|
|
public void setOutputPower(Float outputPower) {
|
this.outputPower = outputPower;
|
}
|
|
public Float getSetPower() {
|
return setPower;
|
}
|
|
public void setSetPower(Float setPower) {
|
this.setPower = setPower;
|
}
|
|
public Float getIntervalTime() {
|
return intervalTime;
|
}
|
|
public void setIntervalTime(Float intervalTime) {
|
this.intervalTime = intervalTime;
|
}
|
|
public Float getActualCurr() {
|
return actualCurr;
|
}
|
|
public void setActualCurr(Float actualCurr) {
|
this.actualCurr = actualCurr;
|
}
|
|
public Float getActualMov() {
|
return actualMov;
|
}
|
|
public void setActualMov(Float actualMov) {
|
this.actualMov = actualMov;
|
}
|
|
public Integer getSwitchOn() {
|
return switchOn;
|
}
|
|
public void setSwitchOn(Integer switchOn) {
|
this.switchOn = switchOn;
|
}
|
|
public Integer getFZAutoState1() {
|
return FZAutoState1;
|
}
|
|
public void setFZAutoState1(Integer FZAutoState1) {
|
this.FZAutoState1 = FZAutoState1;
|
}
|
|
public Integer getFZAutoState2() {
|
return FZAutoState2;
|
}
|
|
public void setFZAutoState2(Integer FZAutoState2) {
|
this.FZAutoState2 = FZAutoState2;
|
}
|
|
public Integer getFZAutoState3() {
|
return FZAutoState3;
|
}
|
|
public void setFZAutoState3(Integer FZAutoState3) {
|
this.FZAutoState3 = FZAutoState3;
|
}
|
|
public Integer getFZAutoState4() {
|
return FZAutoState4;
|
}
|
|
public void setFZAutoState4(Integer FZAutoState4) {
|
this.FZAutoState4 = FZAutoState4;
|
}
|
|
public Integer getFZAutoState5() {
|
return FZAutoState5;
|
}
|
|
public void setFZAutoState5(Integer FZAutoState5) {
|
this.FZAutoState5 = FZAutoState5;
|
}
|
|
public Integer getReactOverTem() {
|
return reactOverTem;
|
}
|
|
public void setReactOverTem(Integer reactOverTem) {
|
this.reactOverTem = reactOverTem;
|
}
|
|
public Integer getWaterOverTem() {
|
return waterOverTem;
|
}
|
|
public void setWaterOverTem(Integer waterOverTem) {
|
this.waterOverTem = waterOverTem;
|
}
|
|
public Integer getWaterLevelLow() {
|
return waterLevelLow;
|
}
|
|
public void setWaterLevelLow(Integer waterLevelLow) {
|
this.waterLevelLow = waterLevelLow;
|
}
|
|
public Integer getWaterPressureHigh() {
|
return waterPressureHigh;
|
}
|
|
public void setWaterPressureHigh(Integer waterPressureHigh) {
|
this.waterPressureHigh = waterPressureHigh;
|
}
|
|
public Integer getLocalControl() {
|
return localControl;
|
}
|
|
public void setLocalControl(Integer localControl) {
|
this.localControl = localControl;
|
}
|
|
public Integer getBackControl() {
|
return backControl;
|
}
|
|
public void setBackControl(Integer backControl) {
|
this.backControl = backControl;
|
}
|
|
public Integer getCentralControl() {
|
return centralControl;
|
}
|
|
public void setCentralControl(Integer centralControl) {
|
this.centralControl = centralControl;
|
}
|
|
public Integer getSwitchState() {
|
return switchState;
|
}
|
|
public void setSwitchState(Integer switchState) {
|
this.switchState = switchState;
|
}
|
|
public Integer getInterVolumeM200() {
|
return interVolumeM200;
|
}
|
|
public void setInterVolumeM200(Integer interVolumeM200) {
|
this.interVolumeM200 = interVolumeM200;
|
}
|
|
public Integer getFanButton() {
|
return fanButton;
|
}
|
|
public void setFanButton(Integer fanButton) {
|
this.fanButton = fanButton;
|
}
|
|
public Integer getFanOutput() {
|
return fanOutput;
|
}
|
|
public void setFanOutput(Integer fanOutput) {
|
this.fanOutput = fanOutput;
|
}
|
|
public Integer getAllowClose() {
|
return allowClose;
|
}
|
|
public void setAllowClose(Integer allowClose) {
|
this.allowClose = allowClose;
|
}
|
|
public String getNote() {
|
return note;
|
}
|
|
public void setNote(String note) {
|
this.note = note;
|
}
|
}
|