package com.whyc.pojo.db_ckpwrdev_data_rt; 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; import io.swagger.annotations.ApiModelProperty; import lombok.Data; import java.io.Serializable; import java.util.Date; /** * * 测控电源遥信状态表 */ @Data @TableName(schema = "db_ckpwrdev_data_rt",value = "tb_ckpowerdev_signal") @ApiModel("测控电源遥信状态表") public class CKPowerDevSignal implements Serializable { private static final long serialVersionUID = 1L; @ApiModelProperty(value = "自增主键") @TableId(value = "num", type = IdType.AUTO) private Long num; @ApiModelProperty(value = "电源id") private Integer powerDeviceId; @ApiModelProperty(value = "更新时间") private Date recordTime; @ApiModelProperty(value = "交流输入1停电-真实值-ACSWIB") @TableField("acin1_powerdown_real") private Integer acIn1PowerDownReal; @ApiModelProperty(value = "交流输入1停电-模拟值-ACSWIB") @TableField("acin1_powerdown_fake") private Integer acIn1PowerDownFake; @ApiModelProperty(value = "交流输入1停电使用状态[0-真实值 1-模拟值]-ACSWIB") @TableField("acin1_powerdown_st") private Integer acIn1PowerDownSt; @ApiModelProperty(value = "交流输入2停电-真实值-ACSWIB") @TableField("acin2_powerdown_real") private Integer acIn2PowerDownReal; @ApiModelProperty(value = "交流输入2停电-模拟值-ACSWIB") @TableField("acin2_powerdown_fake") private Integer acIn2PowerDownFake; @ApiModelProperty(value = "交流输入2停电使用状态[0-真实值 1-模拟值]-ACSWIB") @TableField("acin2_powerdown_st") private Integer acIn2PowerDownSt; @ApiModelProperty(value = "交流输入1防雷器故障-真实值-ACSWIB") @TableField("acin1_thunder_err_real") private Integer acIn1ThunderErrReal; @ApiModelProperty(value = "交流输入1防雷器故障-模拟值-ACSWIB") @TableField("acin1_thunder_err_fake") private Integer acIn1ThunderErrFake; @ApiModelProperty(value = "交流输入1防雷器故障使用状态[0-真实值 1-模拟值]-ACSWIB") @TableField("acin1_thunder_err_st") private Integer acIn1ThunderErrSt; @ApiModelProperty(value = "交流输入2防雷器故障-真实值-ACSWIB") @TableField("acin2_thunder_err_real") private Integer acIn2ThunderErrReal; @ApiModelProperty(value = "交流输入2防雷器故障-模拟值-ACSWIB") @TableField("acin2_thunder_err_fake") private Integer acIn2ThunderErrFake; @ApiModelProperty(value = "交流输入2防雷器故障使用状态[0-真实值 1-模拟值]-ACSWIB") @TableField("acin2_thunder_err_st") private Integer acIn2ThunderErrSt; @ApiModelProperty(value = "第1路交流输入开关跳闸-真实值-ACSWIB") @TableField("acin1_switch_trip_real") private Integer acIn1SwitchTripReal; @ApiModelProperty(value = "第1路交流输入开关跳闸-模拟值-ACSWIB") @TableField("acin1_switch_trip_fake") private Integer acIn1SwitchTripFake; @ApiModelProperty(value = "第1路交流输入开关跳闸使用状态[0-真实值 1-模拟值]-ACSWIB") @TableField("acin1_switch_trip_st") private Integer acIn1SwitchTripSt; @ApiModelProperty(value = "第2路交流输入开关跳闸-真实值-ACSWIB") @TableField("acin2_switch_trip_real") private Integer acIn2SwitchTripReal; @ApiModelProperty(value = "第2路交流输入开关跳闸-模拟值-ACSWIB") @TableField("acin2_switch_trip_fake") private Integer acIn2SwitchTripFake; @ApiModelProperty(value = "第2路交流输入开关跳闸使用状态[0-真实值 1-模拟值]-ACSWIB") @TableField("acin2_switch_trip_st") private Integer acIn2SwitchTripSt; @ApiModelProperty(value = "第1路交流A相过压-真实值-ACSWIB") @TableField("acin1_over_vola_real") private Integer acIn1OverVolAReal; @ApiModelProperty(value = "第1路交流A相过压-模拟值-ACSWIB") @TableField("acin1_over_vola_fake") private Integer acIn1OverVolAFake; @ApiModelProperty(value = "第1路交流A相过压使用状态[0-真实值 1-模拟值]-ACSWIB") @TableField("acin1_over_vola_st") private Integer acIn1OverVolASt; @ApiModelProperty(value = "第1路交流A相欠压-真实值-ACSWIB") @TableField("acin1_under_vola_real") private Integer acIn1UnderVolAReal; @ApiModelProperty(value = "第1路交流A相欠压-模拟值-ACSWIB") @TableField("acin1_under_vola_fake") private Integer acIn1UnderVolAFake; @ApiModelProperty(value = "第1路交流A相欠压使用状态[0-真实值 1-模拟值]-ACSWIB") @TableField("acin1_under_vola_st") private Integer acIn1UnderVolASt; @ApiModelProperty(value = "第1路交流B相过压-真实值-ACSWIB") @TableField("acin1_over_volb_real") private Integer acIn1OverVolBReal; @ApiModelProperty(value = "第1路交流B相过压-模拟值-ACSWIB") @TableField("acin1_over_volb_fake") private Integer acIn1OverVolBFake; @ApiModelProperty(value = "第1路交流B相过压使用状态[0-真实值 1-模拟值]-ACSWIB") @TableField("acin1_over_volb_st") private Integer acIn1OverVolBSt; @ApiModelProperty(value = "第1路交流B相欠压-真实值-ACSWIB") @TableField("acin1_under_volb_real") private Integer acIn1UnderVolBReal; @ApiModelProperty(value = "第1路交流B相欠压-模拟值-ACSWIB") @TableField("acin1_under_volb_fake") private Integer acIn1UnderVolBFake; @ApiModelProperty(value = "第1路交流B相欠压使用状态[0-真实值 1-模拟值]-ACSWIB") @TableField("acin1_under_volb_st") private Integer acIn1UnderVolBSt; @ApiModelProperty(value = "第1路交流C相过压-真实值-ACSWIB") @TableField("acin1_over_volc_real") private Integer acIn1OverVolCReal; @ApiModelProperty(value = "第1路交流C相过压-模拟值-ACSWIB") @TableField("acin1_over_volc_fake") private Integer acIn1OverVolCFake; @ApiModelProperty(value = "第1路交流C相过压使用状态[0-真实值 1-模拟值]-ACSWIB") @TableField("acin1_over_volc_st") private Integer acIn1OverVolCSt; @ApiModelProperty(value = "第1路交流C相欠压-真实值-ACSWIB") @TableField("acin1_under_volc_real") private Integer acIn1UnderVolCReal; @ApiModelProperty(value = "第1路交流C相欠压-模拟值-ACSWIB") @TableField("acin1_under_volc_fake") private Integer acIn1UnderVolCFake; @ApiModelProperty(value = "第1路交流C相欠压-使用状态[0-真实值 1-模拟值]-ACSWIB") @TableField("acin1_under_volc_st") private Integer acIn1UnderVolCSt; @ApiModelProperty(value = "第2路交流A相过压-真实值-ACSWIB") @TableField("acin2_over_vola_real") private Integer acIn2OverVolAReal; @ApiModelProperty(value = "第2路交流A相过压-模拟值-ACSWIB") @TableField("acin2_over_vola_fake") private Integer acIn2OverVolAFake; @ApiModelProperty(value = "第2路交流A相过压使用状态[0-真实值 1-模拟值]-ACSWIB") @TableField("acin2_over_vola_st") private Integer acIn2OverVolASt; @ApiModelProperty(value = "第2路交流A相欠压-真实值-ACSWIB") @TableField("acin2_under_vola_real") private Integer acIn2UnderVolAReal; @ApiModelProperty(value = "第2路交流A相欠压-模拟值-ACSWIB") @TableField("acin2_under_vola_fake") private Integer acIn2UnderVolAFake; @ApiModelProperty(value = "第2路交流A相欠压使用状态[0-真实值 1-模拟值]-ACSWIB") @TableField("acin2_under_vola_st") private Integer acIn2UnderVolASt; @ApiModelProperty(value = "第2路交流B相过压-真实值-ACSWIB") @TableField("acin2_over_volb_real") private Integer acIn2OverVolBReal; @ApiModelProperty(value = "第2路交流B相过压-模拟值-ACSWIB") @TableField("acin2_over_volb_fake") private Integer acIn2OverVolBFake; @ApiModelProperty(value = "第2路交流B相过压使用状态[0-真实值 1-模拟值]-ACSWIB") @TableField("acin2_over_volb_st") private Integer acIn2OverVolBSt; @ApiModelProperty(value = "第2路交流B相欠压-真实值-ACSWIB") @TableField("acin2_under_volb_real") private Integer acIn2UnderVolBReal; @ApiModelProperty(value = "第2路交流B相欠压-模拟值-ACSWIB") @TableField("acin2_under_volb_fake") private Integer acIn2UnderVolBFake; @ApiModelProperty(value = "第2路交流B相欠压使用状态[0-真实值 1-模拟值]-ACSWIB") @TableField("acin2_under_volb_st") private Integer acIn2UnderVolBSt; @ApiModelProperty(value = "第2路交流C相过压-真实值-ACSWIB") @TableField("acin2_over_volc_real") private Integer acIn2OverVolCReal; @ApiModelProperty(value = "第2路交流C相过压-模拟值-ACSWIB") @TableField("acin2_over_volc_fake") private Integer acIn2OverVolCFake; @ApiModelProperty(value = "第2路交流C相过压使用状态[0-真实值 1-模拟值]-ACSWIB") @TableField("acin2_over_volc_st") private Integer acIn2OverVolCSt; @ApiModelProperty(value = "第2路交流C相欠压-真实值-ACSWIB") @TableField("acin2_under_volc_real") private Integer acIn2UnderVolCReal; @ApiModelProperty(value = "第2路交流C相欠压-模拟值-ACSWIB") @TableField("acin2_under_volc_fake") private Integer acIn2UnderVolCFake; @ApiModelProperty(value = "第2路交流C相欠压-使用状态[0-真实值 1-模拟值]-ACSWIB") @TableField("acin2_under_volc_st") private Integer acIn2UnderVolCSt; @ApiModelProperty(value = "第1路交流A相缺相-真实值-ACSWIB") @TableField("acin1_less_vola_real") private Integer acIn1LessVolAReal; @ApiModelProperty(value = "第1路交流A相缺相-模拟值-ACSWIB") @TableField("acin1_less_vola_fake") private Integer acIn1LessVolAFake; @ApiModelProperty(value = "第1路交流A相缺相使用状态[0-真实值 1-模拟值]-ACSWIB") @TableField("acin1_less_vola_st") private Integer acIn1LessVolASt; @ApiModelProperty(value = "第1路交流B相缺相-真实值-ACSWIB") @TableField("acin1_less_volb_real") private Integer acIn1LessVolBReal; @ApiModelProperty(value = "第1路交流B相缺相-模拟值-ACSWIB") @TableField("acin1_less_volb_fake") private Integer acIn1LessVolBFake; @ApiModelProperty(value = "第1路交流B相缺相使用状态[0-真实值 1-模拟值]-ACSWIB") @TableField("acin1_less_volb_st") private Integer acIn1LessVolBSt; @ApiModelProperty(value = "第1路交流C相缺相-真实值-ACSWIB") @TableField("acin1_less_volc_real") private Integer acIn1LessVolCReal; @ApiModelProperty(value = "第1路交流C相缺相-模拟值-ACSWIB") @TableField("acin1_less_volc_fake") private Integer acIn1LessVolCFake; @ApiModelProperty(value = "第1路交流C相缺相使用状态[0-真实值 1-模拟值]-ACSWIB") @TableField("acin1_less_volc_st") private Integer acIn1LessVolCSt; @ApiModelProperty(value = "第2路交流A相缺相-真实值-ACSWIB") @TableField("acin2_less_vola_real") private Integer acIn2LessVolAReal; @ApiModelProperty(value = "第2路交流A相缺相-模拟值-ACSWIB") @TableField("acin2_less_vola_fake") private Integer acIn2LessVolAFake; @ApiModelProperty(value = "第2路交流A相缺相使用状态[0-真实值 1-模拟值]-ACSWIB") @TableField("acin2_less_vola_st") private Integer acIn2LessVolASt; @ApiModelProperty(value = "第2路交流B相缺相-真实值-ACSWIB") @TableField("acin2_less_volb_real") private Integer acIn2LessVolBReal; @ApiModelProperty(value = "第2路交流B相缺相-模拟值-ACSWIB") @TableField("acin2_less_volb_fake") private Integer acIn2LessVolBFake; @ApiModelProperty(value = "第2路交流B相缺相使用状态[0-真实值 1-模拟值]-ACSWIB") @TableField("acin2_less_volb_st") private Integer acIn2LessVolBSt; @ApiModelProperty(value = "第2路交流C相缺相-真实值-ACSWIB") @TableField("acin2_less_volc_real") private Integer acIn2LessVolCReal; @ApiModelProperty(value = "第2路交流C相缺相-模拟值-ACSWIB") @TableField("acin2_less_volc_fake") private Integer acIn2LessVolCFake; @ApiModelProperty(value = "第2路交流C相缺相使用状态[0-真实值 1-模拟值]-ACSWIB") @TableField("acin2_less_volc_st") private Integer acIn2LessVolCSt; @ApiModelProperty(value = "交流监控单元故障-真实值-ACSWIB") @TableField("ac_monitorerr_real") private Integer acMonitorErrReal; @ApiModelProperty(value = "交流监控单元故障-模拟值-ACSWIB") @TableField("ac_monitorerr_fake") private Integer acMonitorErrFake; @ApiModelProperty(value = "交流监控单元故障使用状态[0-真实值 1-模拟值]-ACSWIB") @TableField("ac_monitorerr_st") private Integer acMonitorErrSt; @ApiModelProperty(value = "1段交流母线输出开关1-25跳闸-真实值-ACSWIB") @TableField("ac1_outswitch1_trip_real") private Integer ac1OutSwitch1TripReal; @ApiModelProperty(value = "1段交流母线输出开关1-25跳闸-模拟值-ACSWIB") @TableField("ac1_outswitch1_trip_fake") private Integer ac1OutSwitch1TripFake; @ApiModelProperty(value = "1段交流母线输出开关1-25跳闸使用状态[0-真实值 1-模拟值]-ACSWIB") @TableField("ac1_outswitch1_trip_st") private Integer ac1OutSwitch1TripSt; @ApiModelProperty(value = "1段交流母线输出开关26-50跳闸-真实值-ACSWIB") @TableField("ac1_outswitch2_trip_real") private Integer ac1OutSwitch2TripReal; @ApiModelProperty(value = "1段交流母线输出开关26-50跳闸-模拟值-ACSWIB") @TableField("ac1_outswitch2_trip_fake") private Integer ac1OutSwitch2TripFake; @ApiModelProperty(value = "1段交流母线输出开关26-50跳闸使用状态[0-真实值 1-模拟值]-ACSWIB") @TableField("ac1_outswitch2_trip_st") private Integer ac1OutSwitch2TripSt; @ApiModelProperty(value = "1段交流母线输出开关51-75跳闸-真实值-ACSWIB") @TableField("ac1_outswitch3_trip_real") private Integer ac1OutSwitch3TripReal; @ApiModelProperty(value = "1段交流母线输出开关51-75跳闸-模拟值-ACSWIB") @TableField("ac1_outswitch3_trip_fake") private Integer ac1OutSwitch3TripFake; @ApiModelProperty(value = "1段交流母线输出开关51-75跳闸使用状态[0-真实值 1-模拟值]-ACSWIB") @TableField("ac1_outswitch3_trip_st") private Integer ac1OutSwitch3TripSt; @ApiModelProperty(value = "1段交流母线输出开关76-100跳闸-真实值-ACSWIB") @TableField("ac1_outswitch4_trip_real") private Integer ac1OutSwitch4TripReal; @ApiModelProperty(value = "1段交流母线输出开关76-100跳闸-模拟值-ACSWIB") @TableField("ac1_outswitch4_trip_fake") private Integer ac1OutSwitch4TripFake; @ApiModelProperty(value = "1段交流母线输出开关76-100跳闸使用状态[0-真实值 1-模拟值]-ACSWIB") @TableField("ac1_outswitch4_trip_st") private Integer ac1OutSwitch4TripSt; @ApiModelProperty(value = "2段交流母线输出开关1-25跳闸-真实值-ACSWIB") @TableField("ac2_outswitch1_trip_real") private Integer ac2OutSwitch1TripReal; @ApiModelProperty(value = "2段交流母线输出开关1-25跳闸-模拟值-ACSWIB") @TableField("ac2_outswitch1_trip_fake") private Integer ac2OutSwitch1TripFake; @ApiModelProperty(value = "2段交流母线输出开关1-25跳闸使用状态[0-真实值 1-模拟值]-ACSWIB") @TableField("ac2_outswitch1_trip_st") private Integer ac2OutSwitch1TripSt; @ApiModelProperty(value = "2段交流母线输出开关26-50跳闸-真实值-ACSWIB") @TableField("ac2_outswitch2_trip_real") private Integer ac2OutSwitch2TripReal; @ApiModelProperty(value = "2段交流母线输出开关26-50跳闸-模拟值-ACSWIB") @TableField("ac2_outswitch2_trip_fake") private Integer ac2OutSwitch2TripFake; @ApiModelProperty(value = "2段交流母线输出开关26-50跳闸使用状态[0-真实值 1-模拟值]-ACSWIB") @TableField("ac2_outswitch2_trip_st") private Integer ac2OutSwitch2TripSt; @ApiModelProperty(value = "2段交流母线输出开关51-75跳闸-真实值-ACSWIB") @TableField("ac2_outswitch3_trip_real") private Integer ac2OutSwitch3TripReal; @ApiModelProperty(value = "2段交流母线输出开关51-75跳闸-模拟值-ACSWIB") @TableField("ac2_outswitch3_trip_fake") private Integer ac2OutSwitch3TripFake; @ApiModelProperty(value = "2段交流母线输出开关51-75跳闸使用状态[0-真实值 1-模拟值]-ACSWIB") @TableField("ac2_outswitch3_trip_st") private Integer ac2OutSwitch3TripSt; @ApiModelProperty(value = "2段交流母线输出开关76-100跳闸-真实值-ACSWIB") @TableField("ac2_outswitch4_trip_real") private Integer ac2OutSwitch4TripReal; @ApiModelProperty(value = "2段交流母线输出开关76-100跳闸-模拟值-ACSWIB") @TableField("ac2_outswitch4_trip_fake") private Integer ac2OutSwitch4TripFake; @ApiModelProperty(value = "2段交流母线输出开关76-100跳闸使用状态[0-真实值 1-模拟值]-ACSWIB") @TableField("ac2_outswitch4_trip_st") private Integer ac2OutSwitch4TripSt; @ApiModelProperty(value = "交流配电柜总告警-真实值-ACSWIB") @TableField("ac_cabinet_tatal_alm_real") private Integer acCabinetTatalAlmReal; @ApiModelProperty(value = "交流配电柜总告警-模拟值-ACSWIB") @TableField("ac_cabinet_tatal_alm_fake") private Integer acCabinetTatalAlmFake; @ApiModelProperty(value = "交流配电柜总告警使用状态[0-真实值 1-模拟值]-ACSWIB") @TableField("ac_cabinet_tatal_alm_st") private Integer acCabinetTatalAlmSt; @ApiModelProperty(value = "交流配电柜温度告警-真实值-ACSWIB") @TableField("ac_cabinet_temp_alm_real") private Integer acCabinetTempAlmReal; @ApiModelProperty(value = "交流配电柜温度告警-模拟值-ACSWIB") @TableField("ac_cabinet_temp_alm_fake") private Integer acCabinetTempAlmFake; @ApiModelProperty(value = "交流配电柜温度告警使用状态[0-真实值 1-模拟值]-ACSWIB") @TableField("ac_cabinet_temp_alm_st") private Integer acCabinetTempAlmSt; @ApiModelProperty(value = "直流配电柜温度告警-真实值-DCSWIB") @TableField("dc_cabinet_temp_alm_real") private Integer dcCabinetTempAlmReal; @ApiModelProperty(value = "直流配电柜温度告警-模拟值-DCSWIB") @TableField("dc_cabinet_temp_alm_fake") private Integer dcCabinetTempAlmFake; @ApiModelProperty(value = "直流配电柜温度告警使用状态[0-真实值 1-模拟值]-DCSWIB") @TableField("dc_cabinet_temp_alm_st") private Integer dcCabinetTempAlmSt; @ApiModelProperty(value = "模块1-16开关机状态[0-开机 1-关机]-真实值-CPSS") @TableField("m1_off1_real") private Integer m1Off1Real; @ApiModelProperty(value = "模块1-16开关机状态[0-开机 1-关机]-模拟值-CPSS") @TableField("m1_off1_fake") private Integer m1Off1Fake; @ApiModelProperty(value = "模块1-16开关机状态使用状态[0-真实值 1-模拟值]-CPSS") @TableField("m1_off1_st") private Integer m1Off1St; @ApiModelProperty(value = "模块17-32开关机状态[0-开机 1-关机]-真实值-CPSS") @TableField("m1_off2_real") private Integer m1Off2Real; @ApiModelProperty(value = "模块17-32开关机状态[0-开机 1-关机]-模拟值-CPSS") @TableField("m1_off2_fake") private Integer m1Off2Fake; @ApiModelProperty(value = "模块17-32开关机状态使用状态[0-真实值 1-模拟值]-CPSS") @TableField("m1_off2_st") private Integer m1Off2St; @ApiModelProperty(value = "模块1-16故障状态-真实值-CPSS") @TableField("m1_err1_real") private Integer m1Err1Real; @ApiModelProperty(value = "模块1-16故障状态-模拟值-CPSS") @TableField("m1_err1_fake") private Integer m1Err1Fake; @ApiModelProperty(value = "模块1-16故障状态-使用状态[0-真实值 1-模拟值]-CPSS") @TableField("m1_err1_st") private Integer m1Err1St; @ApiModelProperty(value = "模块17-32故障状态-真实值-CPSS") @TableField("m1_err2_real") private Integer m1Err2Real; @ApiModelProperty(value = "模块17-32故障状态-模拟值-CPSS") @TableField("m1_err2_fake") private Integer m1Err2Fake; @ApiModelProperty(value = "模块17-32故障状态-使用状态[0-真实值 1-模拟值]-CPSS") @TableField("m1_err2_st") private Integer m1Err2St; @ApiModelProperty(value = "高频开关电源柜总告警-真实值-CPSS") @TableField("highfrq_cabinet_total_alm_real") private Integer highFrqCabinetTotalAlmReal; @ApiModelProperty(value = "高频开关电源柜总告警-模拟值-CPSS") @TableField("highfrq_cabinet_total_alm_fake") private Integer highFrqCabinetTotalAlmFake; @ApiModelProperty(value = "高频开关电源柜总告警-使用状态[0-真实值 1-模拟值]-CPSS") @TableField("highfrq_cabinet_total_alm_st") private Integer highFrqCabinetTotalAlmSt; @ApiModelProperty(value = "直流输出过压-真实值-CPSS") @TableField("dc_out_overvol_real") private Integer dcOutOverVolReal; @ApiModelProperty(value = "直流输出过压-模拟值-CPSS") @TableField("dc_out_overvol_fake") private Integer dcOutOverVolFake; @ApiModelProperty(value = "直流输出过压-使用状态[0-真实值 1-模拟值]-CPSS") @TableField("dc_out_overvol_st") private Integer dcOutOverVolSt; @ApiModelProperty(value = "直流输出欠压-真实值-CPSS") @TableField("dc_out_undervol_real") private Integer dcOutUnderVolReal; @ApiModelProperty(value = "直流输出欠压-模拟值-CPSS") @TableField("dc_out_undervol_fake") private Integer dcOutUnderVolFake; @ApiModelProperty(value = "直流输出欠压-使用状态[0-真实值 1-模拟值]-CPSS") @TableField("dc_out_undervol_st") private Integer dcOutUnderVolSt; @ApiModelProperty(value = "电池组下电保护告警-真实值-CPSS") @TableField("batt_offprotect_alm_real") private Integer battOffProtectAlmReal; @ApiModelProperty(value = "电池组下电保护告警-模拟值-CPSS") @TableField("batt_offprotect_alm_fake") private Integer battOffProtectAlmFake; @ApiModelProperty(value = "电池组下电保护告警-使用状态[0-真实值 1-模拟值]-CPSS") @TableField("batt_offprotect_alm_st") private Integer battOffProtectAlmSt; @ApiModelProperty(value = "电池组1熔丝告警-真实值-CPSS") @TableField("batt1_fuse_alm_real") private Integer batt1FuseAlmReal; @ApiModelProperty(value = "电池组1熔丝告警-模拟值-CPSS") @TableField("batt1_fuse_alm_fake") private Integer batt1FuseAlmFake; @ApiModelProperty(value = "电池组1熔丝告警-使用状态[0-真实值 1-模拟值]-CPSS") @TableField("batt1_fuse_alm_st") private Integer batt1FuseAlmSt; @ApiModelProperty(value = "电池组2熔丝告警-真实值-CPSS") @TableField("batt2_fuse_alm_real") private Integer batt2FuseAlmReal; @ApiModelProperty(value = "电池组2熔丝告警-模拟值-CPSS") @TableField("batt2_fuse_alm_fake") private Integer batt2FuseAlmFake; @ApiModelProperty(value = "电池组2熔丝告警-使用状态[0-真实值 1-模拟值]-CPSS") @TableField("batt2_fuse_alm_st") private Integer batt2FuseAlmSt; @ApiModelProperty(value = "负载熔丝状态-真实值-CPSS") @TableField("load_fuse_state_real") private Integer loadFuseStateReal; @ApiModelProperty(value = "负载熔丝状态-模拟值-CPSS") @TableField("load_fuse_state_fake") private Integer loadFuseStateFake; @ApiModelProperty(value = "负载熔丝状态-使用状态[0-真实值 1-模拟值]-CPSS") @TableField("load_fuse_state_st") private Integer loadFuseStateSt; @ApiModelProperty(value = "均/浮充状态[1-均充;0-浮充]-真实值-CPSS") @TableField("jun_float_state_real") private Integer junFloatStateReal; @ApiModelProperty(value = "均/浮充状态[1-均充;0-浮充]-模拟值-CPSS") @TableField("jun_float_state_fake") private Integer junFloatStateFake; @ApiModelProperty(value = "均/浮充状态-使用状态[0-真实值 1-模拟值]-CPSS") @TableField("jun_float_state_st") private Integer junFloatStateSt; @ApiModelProperty(value = "在用交流输入路数[0-1路交流在用 1-2路交流在用]-真实值") @TableField("acin_usecount_real") private Integer acInUseCountReal; @ApiModelProperty(value = "在用交流输入路数[0-1路交流在用 1-2路交流在用]-模拟值") @TableField("acin_usecount_fake") private Integer acInUseCountFake; @ApiModelProperty(value = "在用交流输入路数-使用状态[0-真实值 1-模拟值]") @TableField("acin_usecount_st") private Integer acInUseCountSt; @ApiModelProperty(value = "第1路直流过压-真实值-DCSWIB") @TableField("dc1_overvol_real") private Integer dc1OverVolReal; @ApiModelProperty(value = "第1路直流过压-模拟值-DCSWIB") @TableField("dc1_overvol_fake") private Integer dc1OverVolFake; @ApiModelProperty(value = "第1路直流过压-使用状态[0-真实值 1-模拟值]-DCSWIB") @TableField("dc1_overvol_st") private Integer dc1OverVolSt; @ApiModelProperty(value = "第1路直流欠压-真实值-DCSWIB") @TableField("dc1_undervol_real") private Integer dc1UnderVolReal; @ApiModelProperty(value = "第1路直流欠压-模拟值-DCSWIB") @TableField("dc1_undervol_fake") private Integer dc1UnderVolFake; @ApiModelProperty(value = "第1路直流欠压-使用状态[0-真实值 1-模拟值]-DCSWIB") @TableField("dc1_undervol_st") private Integer dc1UnderVolSt; @ApiModelProperty(value = "第2路直流过压-真实值-DCSWIB") @TableField("dc2_overvol_real") private Integer dc2OverVolReal; @ApiModelProperty(value = "第2路直流过压-模拟值-DCSWIB") @TableField("dc2_overvol_fake") private Integer dc2OverVolFake; @ApiModelProperty(value = "第2路直流过压-使用状态[0-真实值 1-模拟值]-DCSWIB") @TableField("dc2_overvol_st") private Integer dc2OverVolSt; @ApiModelProperty(value = "第2路直流欠压-真实值-DCSWIB") @TableField("dc2_undervol_real") private Integer dc2UnderVolReal; @ApiModelProperty(value = "第2路直流欠压-模拟值-DCSWIB") @TableField("dc2_undervol_fake") private Integer dc2UnderVolFake; @ApiModelProperty(value = "第2路直流欠压-使用状态[0-真实值 1-模拟值]-DCSWIB") @TableField("dc2_undervol_st") private Integer dc2UnderVolSt; @ApiModelProperty(value = "第1路直流输入开关跳闸-真实值-DCSWIB") @TableField("dcin1_switch_trip_real") private Integer dcIn1SwitchTripReal; @ApiModelProperty(value = "第1路直流输入开关跳闸-模拟值-DCSWIB") @TableField("dcin1_switch_trip_fake") private Integer dcIn1SwitchTripFake; @ApiModelProperty(value = "第1路直流输入开关跳闸-使用状态[0-真实值 1-模拟值]-DCSWIB") @TableField("dcin1_switch_trip_st") private Integer dcIn1SwitchTripSt; @ApiModelProperty(value = "第2路直流输入开关跳闸-真实值-DCSWIB") @TableField("dcin2_switch_trip_real") private Integer dcIn2SwitchTripReal; @ApiModelProperty(value = "第2路直流输入开关跳闸-模拟值-DCSWIB") @TableField("dcin2_switch_trip_fake") private Integer dcIn2SwitchTripFake; @ApiModelProperty(value = "第2路直流输入开关跳闸-使用状态[0-真实值 1-模拟值]-DCSWIB") @TableField("dcin2_switch_trip_st") private Integer dcIn2SwitchTripSt; @ApiModelProperty(value = "1段直流第1-25路开关跳闸-真实值-DCSWIB") @TableField("dc1_switch1_trip_real") private Integer dc1Switch1TripReal; @ApiModelProperty(value = "1段直流第1-25路开关跳闸-模拟值-DCSWIB") @TableField("dc1_switch1_trip_fake") private Integer dc1Switch1TripFake; @ApiModelProperty(value = "1段直流第1-25路开关跳闸-使用状态[0-真实值 1-模拟值]-DCSWIB") @TableField("dc1_switch1_trip_st") private Integer dc1Switch1TripSt; @ApiModelProperty(value = "1段直流第26-50路开关跳闸-真实值-DCSWIB") @TableField("dc1_switch2_trip_real") private Integer dc1Switch2TripReal; @ApiModelProperty(value = "1段直流第26-50路开关跳闸-模拟值-DCSWIB") @TableField("dc1_switch2_trip_fake") private Integer dc1Switch2TripFake; @ApiModelProperty(value = "1段直流第26-50路开关跳闸-使用状态[0-真实值 1-模拟值]-DCSWIB") @TableField("dc1_switch2_trip_st") private Integer dc1Switch2TripSt; @ApiModelProperty(value = "1段直流第51-75路开关跳闸-真实值-DCSWIB") @TableField("dc1_switch3_trip_real") private Integer dc1Switch3TripReal; @ApiModelProperty(value = "1段直流第51-75路开关跳闸-模拟值-DCSWIB") @TableField("dc1_switch3_trip_fake") private Integer dc1Switch3TripFake; @ApiModelProperty(value = "1段直流第51-75路开关跳闸-使用状态[0-真实值 1-模拟值]-DCSWIB") @TableField("dc1_switch3_trip_st") private Integer dc1Switch3TripSt; @ApiModelProperty(value = "1段直流第76-100路开关跳闸-真实值-DCSWIB") @TableField("dc1_switch4_trip_real") private Integer dc1Switch4TripReal; @ApiModelProperty(value = "1段直流第76-100路开关跳闸-模拟值-DCSWIB") @TableField("dc1_switch4_trip_fake") private Integer dc1Switch4TripFake; @ApiModelProperty(value = "1段直流第76-100路开关跳闸-使用状态[0-真实值 1-模拟值]-DCSWIB") @TableField("dc1_switch4_trip_st") private Integer dc1Switch4TripSt; @ApiModelProperty(value = "2段直流第1-25路开关跳闸-真实值-DCSWIB") @TableField("dc2_switch1_trip_real") private Integer dc2Switch1TripReal; @ApiModelProperty(value = "2段直流第1-25路开关跳闸-模拟值-DCSWIB") @TableField("dc2_switch1_trip_fake") private Integer dc2Switch1TripFake; @ApiModelProperty(value = "2段直流第1-25路开关跳闸-使用状态[0-真实值 1-模拟值]-DCSWIB") @TableField("dc2_switch1_trip_st") private Integer dc2Switch1TripSt; @ApiModelProperty(value = "2段直流第26-50路开关跳闸-真实值-DCSWIB") @TableField("dc2_switch2_trip_real") private Integer dc2Switch2TripReal; @ApiModelProperty(value = "2段直流第26-50路开关跳闸-模拟值-DCSWIB") @TableField("dc2_switch2_trip_fake") private Integer dc2Switch2TripFake; @ApiModelProperty(value = "2段直流第26-50路开关跳闸-使用状态[0-真实值 1-模拟值]-DCSWIB") @TableField("dc2_switch2_trip_st") private Integer dc2Switch2TripSt; @ApiModelProperty(value = "2段直流第51-75路开关跳闸-真实值-DCSWIB") @TableField("dc2_switch3_trip_real") private Integer dc2Switch3TripReal; @ApiModelProperty(value = "2段直流第51-75路开关跳闸-模拟值-DCSWIB") @TableField("dc2_switch3_trip_fake") private Integer dc2Switch3TripFake; @ApiModelProperty(value = "2段直流第51-75路开关跳闸-使用状态[0-真实值 1-模拟值]-DCSWIB") @TableField("dc2_switch3_trip_st") private Integer dc2Switch3TripSt; @ApiModelProperty(value = "2段直流第76-100路开关跳闸-真实值-DCSWIB") @TableField("dc2_switch4_trip_real") private Integer dc2Switch4TripReal; @ApiModelProperty(value = "2段直流第76-100路开关跳闸-模拟值-DCSWIB") @TableField("dc2_switch4_trip_fake") private Integer dc2Switch4TripFake; @ApiModelProperty(value = "2段直流第76-100路开关跳闸-使用状态[0-真实值 1-模拟值]-DCSWIB") @TableField("dc2_switch4_trip_st") private Integer dc2Switch4TripSt; @ApiModelProperty(value = "监控单元故障-真实值-DCSWIB") @TableField("monitorerr_real") private Integer monitorErrReal; @ApiModelProperty(value = "监控单元故障-模拟值-DCSWIB") @TableField("monitorerr_fake") private Integer monitorErrFake; @ApiModelProperty(value = "监控单元故障-使用状态[0-真实值 1-模拟值]-DCSWIB") @TableField("monitorerr_st") private Integer monitorErrSt; @ApiModelProperty(value = "直流配电柜总告警-真实值-DCSWIB") @TableField("dc_cabinet_tatal_alm_real") private Integer dcCabinetTatalAlmReal; @ApiModelProperty(value = "直流配电柜总告警-模拟值-DCSWIB") @TableField("dc_cabinet_tatal_alm_fake") private Integer dcCabinetTatalAlmFake; @ApiModelProperty(value = "直流配电柜总告警-使用状态[0-真实值 1-模拟值]-DCSWIB") @TableField("dc_cabinet_tatal_alm_st") private Integer dcCabinetTatalAlmSt; @TableField("ac1in_powerdown_real") @ApiModelProperty("交流输入1停电-真实值-CPSS") private Integer ac1InPowerDownReal; @TableField("ac1in_powerdown_fake") @ApiModelProperty("交流输入1停电-模拟值-CPSS") private Integer ac1InPowerDownFake; @TableField("ac1in_powerdown_st") @ApiModelProperty("交流输入1停电-使用状态[0-真实值 1-模拟值]-CPSS") private Integer ac1InPowerDownSt; @TableField("ac2in_powerdown_real") @ApiModelProperty("交流输入2停电-真实值-CPSS") private Integer ac2InPowerDownReal; @TableField("ac2in_powerdown_fake") @ApiModelProperty("交流输入2停电-模拟值-CPSS") private Integer ac2InPowerDownFake; @TableField("ac2in_powerdown_st") @ApiModelProperty("交流输入2停电-使用状态[0-真实值 1-模拟值]-CPSS") private Integer ac2InPowerDownSt; @TableField("ac1in_thunder_err_real") @ApiModelProperty("交流输入1防雷器故障-真实值 -CPSS") private Integer ac1InThunderErrReal; @TableField("ac1in_thunder_err_fake") @ApiModelProperty("交流输入1防雷器故障-模拟值 -CPSS") private Integer ac1InThunderErrFake; @TableField("ac1in_thunder_err_st") @ApiModelProperty("交流输入1防雷器故障-使用状态[0-真实值 1-模拟值] -CPSS") private Integer ac1InThunderErrSt; @TableField("ac2in_thunder_err_real") @ApiModelProperty("交流输入2防雷器故障-真实值 -CPSS") private Integer ac2InThunderErrReal; @TableField("ac2in_thunder_err_fake") @ApiModelProperty("交流输入2防雷器故障-模拟值 -CPSS") private Integer ac2InThunderErrFake; @TableField("ac2in_thunder_err_st") @ApiModelProperty("交流输入2防雷器故障-使用状态[0-真实值 1-模拟值] -CPSS") private Integer ac2InThunderErrSt; @TableField("ac1in_switch_trip_real") @ApiModelProperty("第1路交流输入开关跳闸-真实值-CPSS") private Integer ac1InSwitchTripReal; @TableField("ac1in_switch_trip_fake") @ApiModelProperty("第1路交流输入开关跳闸-模拟值-CPSS") private Integer ac1InSwitchTripFake; @TableField("ac1in_switch_trip_st") @ApiModelProperty("第1路交流输入开关跳闸-使用状态[0-真实值 1-模拟值] -CPSS") private Integer ac1InSwitchTripSt; @TableField("ac2in_switch_trip_real") @ApiModelProperty("第2路交流输入开关跳闸-真实值-CPSS") private Integer ac2InSwitchTripReal; @TableField("ac2in_switch_trip_fake") @ApiModelProperty("第2路交流输入开关跳闸-模拟值-CPSS") private Integer ac2InSwitchTripFake; @TableField("ac2in_switch_trip_st") @ApiModelProperty("第2路交流输入开关跳闸-使用状态[0-真实值 1-模拟值]-CPSS") private Integer ac2InSwitchTripSt; @TableField("ac1_over_vola_real") @ApiModelProperty("第1路交流A相过压-真实值-CPSS") private Integer ac1OverVolAReal; @TableField("ac1_over_vola_fake") @ApiModelProperty("第1路交流A相过压-模拟值-CPSS") private Integer ac1OverVolAFake; @TableField("ac1_over_vola_st") @ApiModelProperty("第1路交流A相过压-使用状态[0-真实值 1-模拟值]-CPSS") private Integer ac1OverVolASt; @TableField("ac1_under_vola_real") @ApiModelProperty("第1路交流A相欠压-真实值-CPSS") private Integer ac1UnderVolAReal; @TableField("ac1_under_vola_fake") @ApiModelProperty("第1路交流A相欠压-模拟值-CPSS") private Integer ac1UnderVolAFake; @TableField("ac1_under_vola_st") @ApiModelProperty("第1路交流A相欠压-使用状态[0-真实值 1-模拟值]-CPSS") private Integer ac1UnderVolASt; @TableField("ac1_over_volb_real") @ApiModelProperty("第1路交流B相过压-真实值-CPSS") private Integer ac1OverVolBReal; @TableField("ac1_over_volb_fake") @ApiModelProperty("第1路交流B相过压-模拟值-CPSS") private Integer ac1OverVolBFake; @TableField("ac1_over_volb_st") @ApiModelProperty("第1路交流B相过压-使用状态[0-真实值 1-模拟值]-CPSS") private Integer ac1OverVolBSt; @TableField("ac1_under_volb_real") @ApiModelProperty("第1路交流B相欠压-真实值-CPSS") private Integer ac1UnderVolBReal; @TableField("ac1_under_volb_fake") @ApiModelProperty("第1路交流B相欠压-模拟值-CPSS") private Integer ac1UnderVolBFake; @TableField("ac1_under_volb_st") @ApiModelProperty("第1路交流B相欠压-使用状态[0-真实值 1-模拟值]-CPSS") private Integer ac1UnderVolBSt; @TableField("ac1_over_volc_real") @ApiModelProperty("第1路交流C相过压-真实值-CPSS") private Integer ac1OverVolCReal; @TableField("ac1_over_volc_fake") @ApiModelProperty("第1路交流C相过压-模拟值-CPSS") private Integer ac1OverVolCFake; @TableField("ac1_over_volc_st") @ApiModelProperty("第1路交流C相过压-使用状态[0-真实值 1-模拟值]-CPSS") private Integer ac1OverVolCSt; @TableField("ac1_under_volc_real") @ApiModelProperty("第1路交流C相欠压-真实值-CPSS") private Integer ac1UnderVolCReal; @TableField("ac1_under_volc_fake") @ApiModelProperty("第1路交流C相欠压-模拟值-CPSS") private Integer ac1UnderVolCFake; @TableField("ac1_under_volc_st") @ApiModelProperty("第1路交流C相欠压-使用状态[0-真实值 1-模拟值]-CPSS") private Integer ac1UnderVolCSt; @TableField("ac2_over_vola_real") @ApiModelProperty("第2路交流A相过压-真实值-CPSS") private Integer ac2OverVolAReal; @TableField("ac2_over_vola_fake") @ApiModelProperty("第2路交流A相过压-模拟值-CPSS") private Integer ac2OverVolAFake; @TableField("ac2_over_vola_st") @ApiModelProperty("第2路交流A相过压-使用状态[0-真实值 1-模拟值]-CPSS") private Integer ac2OverVolASt; @TableField("ac2_under_vola_real") @ApiModelProperty("第2路交流A相欠压-真实值-CPSS") private Integer ac2UnderVolAReal; @TableField("ac2_under_vola_fake") @ApiModelProperty("第2路交流A相欠压-模拟值-CPSS") private Integer ac2UnderVolAFake; @TableField("ac2_under_vola_st") @ApiModelProperty("第2路交流A相欠压-使用状态[0-真实值 1-模拟值]-CPSS") private Integer ac2UnderVolASt; @TableField("ac2_over_volb_real") @ApiModelProperty("第2路交流B相过压-真实值-CPSS") private Integer ac2OverVolBReal; @TableField("ac2_over_volb_fake") @ApiModelProperty("第2路交流B相过压-模拟值-CPSS") private Integer ac2OverVolBFake; @TableField("ac2_over_volb_st") @ApiModelProperty("第2路交流B相过压-使用状态[0-真实值 1-模拟值]-CPSS") private Integer ac2OverVolBSt; @TableField("ac2_under_volb_real") @ApiModelProperty("第2路交流B相欠压-真实值-CPSS") private Integer ac2UnderVolBReal; @TableField("ac2_under_volb_fake") @ApiModelProperty("第2路交流B相欠压-模拟值-CPSS") private Integer ac2UnderVolBFake; @TableField("ac2_under_volb_st") @ApiModelProperty("第2路交流B相欠压-使用状态[0-真实值 1-模拟值]-CPSS") private Integer ac2UnderVolBSt; @TableField("ac2_over_volc_real") @ApiModelProperty("第2路交流C相过压-真实值-CPSS") private Integer ac2OverVolCReal; @TableField("ac2_over_volc_fake") @ApiModelProperty("第2路交流C相过压-模拟值-CPSS") private Integer ac2OverVolCFake; @TableField("ac2_over_volc_st") @ApiModelProperty("第2路交流C相过压-使用状态[0-真实值 1-模拟值]-CPSS") private Integer ac2OverVolCSt; @TableField("ac2_under_volc_real") @ApiModelProperty("第2路交流C相欠压-真实值-CPSS") private Integer ac2UnderVolCReal; @TableField("ac2_under_volc_fake") @ApiModelProperty("第2路交流C相欠压-模拟值-CPSS") private Integer ac2UnderVolCFake; @TableField("ac2_under_volc_st") @ApiModelProperty("第2路交流C相欠压-使用状态[0-真实值 1-模拟值]-CPSS") private Integer ac2UnderVolCSt; @TableField("ac1_less_vola_real") @ApiModelProperty("第1路交流A相缺相-真实值-CPSS") private Integer ac1LessVolAReal; @TableField("ac1_less_vola_fake") @ApiModelProperty("第1路交流A相缺相-模拟值-CPSS") private Integer ac1LessVolAFake; @TableField("ac1_less_vola_st") @ApiModelProperty("第1路交流A相缺相-使用状态[0-真实值 1-模拟值]-CPSS") private Integer ac1LessVolASt; @TableField("ac1_less_volb_real") @ApiModelProperty("第1路交流B相缺相-真实值-CPSS") private Integer ac1LessVolBReal; @TableField("ac1_less_volb_fake") @ApiModelProperty("第1路交流B相缺相-模拟值-CPSS") private Integer ac1LessVolBFake; @TableField("ac1_less_volb_st") @ApiModelProperty("第1路交流B相缺相-使用状态[0-真实值 1-模拟值]-CPSS") private Integer ac1LessVolBSt; @TableField("ac1_less_volc_real") @ApiModelProperty("第1路交流C相缺相-真实值-CPSS") private Integer ac1LessVolCReal; @TableField("ac1_less_volc_fake") @ApiModelProperty("第1路交流C相缺相-模拟值-CPSS") private Integer ac1LessVolCFake; @TableField("ac1_less_volc_st") @ApiModelProperty("第1路交流C相缺相-使用状态[0-真实值 1-模拟值]-CPSS") private Integer ac1LessVolCSt; @TableField("ac2_less_vola_real") @ApiModelProperty("第2路交流A相缺相-真实值-CPSS") private Integer ac2LessVolAReal; @TableField("ac2_less_vola_fake") @ApiModelProperty("第2路交流A相缺相-模拟值-CPSS") private Integer ac2LessVolAFake; @TableField("ac2_less_vola_st") @ApiModelProperty("第2路交流A相缺相-使用状态[0-真实值 1-模拟值]-CPSS") private Integer ac2LessVolASt; @TableField("ac2_less_volb_real") @ApiModelProperty("第2路交流B相缺相-真实值-CPSS") private Integer ac2LessVolBReal; @TableField("ac2_less_volb_fake") @ApiModelProperty("第2路交流B相缺相-模拟值-CPSS") private Integer ac2LessVolBFake; @TableField("ac2_less_volb_st") @ApiModelProperty("第2路交流B相缺相-使用状态[0-真实值 1-模拟值]-CPSS") private Integer ac2LessVolBSt; @TableField("ac2_less_volc_real") @ApiModelProperty("第2路交流C相缺相-真实值-CPSS") private Integer ac2LessVolCReal; @TableField("ac2_less_volc_fake") @ApiModelProperty("第2路交流C相缺相-模拟值-CPSS") private Integer ac2LessVolCFake; @TableField("ac2_less_volc_st") @ApiModelProperty("第2路交流C相缺相-使用状态[0-真实值 1-模拟值]-CPSS") private Integer ac2LessVolCSt; @TableField("gp_monitorerr_real") @ApiModelProperty("高频监控单元故障-真实值-CPSS") private Integer gpMonitorErrReal; @TableField("gp_monitorerr_fake") @ApiModelProperty("高频监控单元故障-模拟值-CPSS") private Integer gpMonitorErrFake; @TableField("gp_monitorerr_st") @ApiModelProperty("高频监控单元故障-使用状态[0-真实值 1-模拟值]-CPSS") private Integer gpMonitorErrSt; @TableField("breaker_state1") @ApiModelProperty("'bit0-JK11 bit1-JK12 ....[1-分闸 0-合闸]") private Integer breakerState1; @TableField("breaker_state2") @ApiModelProperty("bit0-DK18 bit1-DK19.....[1-分闸 0-合闸") private Integer breakerState2; @TableField("monitor_mode") @ApiModelProperty("监控管理模式 1-手动 0-自动") private Integer monitorMode; }