src/main/java/com/whyc/pojo/db_ckpwrdev_data_rt/CKPowerDevAlmParam.java
@@ -1,6 +1,7 @@ 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; @@ -37,28 +38,36 @@ private Integer opCmd; @ApiModelProperty(value = "交流电压告警阈值上限-ACSWIB") private Float acvolHighAlmVal; @TableField("acvol_high_alm_val") private Float acVolHighAlmVal; @ApiModelProperty(value = "交流电压告警阈值下限-ACSWIB") private Float acvolLowAlmVal; @TableField("acvol_low_alm_val") private Float acVolLowAlmVal; @ApiModelProperty(value = "交流配电柜温度告警阈值上限-ACSWIB") @TableField("ac_cabinet_temp_high_alm_val") private Float acCabinetTempHighAlmVal; @ApiModelProperty(value = "直流配电柜温度告警阈值上限-DCSWIB") @TableField("dc_cabinet_temp_high_alm_val") private Float dcCabinetTempHighAlmVal; @ApiModelProperty(value = "直流输出电压告警阈值上限-CPSS") private Float dcOutvolHighAlmVal; @TableField("dc_outvol_high_alm_val") private Float dcOutVolHighAlmVal; @ApiModelProperty(value = "直流输出电压告警阈值下限-CPSS") private Float dcOutvolLowAlmVal; @TableField("dc_outvol_low_alm_val") private Float dcOutVolLowAlmVal; @ApiModelProperty(value = "直流电压告警阈值上限-DCSWIB") private Float dcvolHighAlmVal; @TableField("dcvol_high_alm_val") private Float dcVolHighAlmVal; @ApiModelProperty(value = "直流电压告警阈值下限-DCSWIB") private Float dcvolLowAlmVal; @TableField("dcvol_low_alm_val") private Float dcVolLowAlmVal; } src/main/java/com/whyc/pojo/db_ckpwrdev_data_rt/CKPowerDevRt.java
@@ -1,6 +1,7 @@ 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; @@ -40,580 +41,772 @@ private Date recordTime; @ApiModelProperty(value = "第1路交流A相输入电压-真实值") private Float acin1VolaReal; @TableField("acin1_vola_real") private Float acIn1VolAReal; @ApiModelProperty(value = "第1路交流A相输入电压-模拟值") private Float acin1VolaFake; @TableField("acin1_vola_fake") private Float acIn1VolAFake; @ApiModelProperty(value = "第1路交流A相输入电压使用状态[0-真实值 1-模拟值]") private Integer acin1VolaSt; @TableField("acin1_vola_st") private Integer acIn1VolASt; @ApiModelProperty(value = "第1路交流B相输入电压-真实值") private Float acin1VolbReal; @TableField("acin1_volb_real") private Float acIn1VolBReal; @ApiModelProperty(value = "第1路交流B相输入电压-模拟值") private Float acin1VolbFake; @TableField("acin1_volb_fake") private Float acIn1VolBFake; @ApiModelProperty(value = "第1路交流B相输入电压使用状态[0-真实值 1-模拟值]") private Integer acin1VolbSt; @TableField("acin1_volb_st") private Integer acIn1VolBSt; @ApiModelProperty(value = "第1路交流C相输入电压-真实值") private Float acin1VolcReal; @TableField("acin1_volc_real") private Float acIn1VolCReal; @ApiModelProperty(value = "第1路交流C相输入电压-模拟值") private Float acin1VolcFake; @TableField("acin1_volc_fake") private Float acIn1VolCFake; @ApiModelProperty(value = "第1路交流C相输入电压使用状态[0-真实值 1-模拟值]") private Integer acin1VolcSt; @TableField("acin1_volc_st") private Integer acIn1VolCSt; @ApiModelProperty(value = "第1路交流A相输入电流-真实值") private Float acin1CurraReal; @TableField("acin1_curra_real") private Float acIn1CurrAReal; @ApiModelProperty(value = "第1路交流A相输入电流-模拟值") private Float acin1CurraFake; @TableField("acin1_curra_fake") private Float acIn1CurrAFake; @ApiModelProperty(value = "第1路交流A相输入电流使用状态[0-真实值 1-模拟值]") private Integer acin1CurraSt; @TableField("acin1_curra_st") private Integer acIn1CurrASt; @ApiModelProperty(value = "第1路交流B相输入电流-真实值") private Float acin1CurrbReal; @TableField("acin1_currb_real") private Float acIn1CurrBReal; @ApiModelProperty(value = "第1路交流B相输入电流-模拟值") private Float acin1CurrbFake; @TableField("acin1_currb_fake") private Float acIn1CurrBFake; @ApiModelProperty(value = "第1路交流B相输入电流使用状态[0-真实值 1-模拟值]") private Integer acin1CurrbSt; @TableField("acin1_currb_st") private Integer acIn1CurrBSt; @ApiModelProperty(value = "第1路交流C相输入电流-真实值") private Float acin1CurrcReal; @TableField("acin1_currc_real") private Float acIn1CurrCReal; @ApiModelProperty(value = "第1路交流C相输入电流-模拟值") private Float acin1CurrcFake; @TableField("acin1_currc_fake") private Float acIn1CurrCFake; @ApiModelProperty(value = "第1路交流C相输入电流使用状态[0-真实值 1-模拟值]") private Integer acin1CurrcSt; @TableField("acin1_currc_st") private Integer acIn1CurrCSt; @ApiModelProperty(value = "第2路交流A相输入电压-真实值") private Float acin2VolaReal; @TableField("acin2_vola_real") private Float acIn2VolAReal; @ApiModelProperty(value = "第2路交流A相输入电压-模拟值") private Float acin2VolaFake; @TableField("acin2_vola_fake") private Float acIn2VolAFake; @ApiModelProperty(value = "第2路交流A相输入电压使用状态[0-真实值 1-模拟值]") private Integer acin2VolaSt; @TableField("acin2_vola_st") private Integer acIn2VolASt; @ApiModelProperty(value = "第2路交流B相输入电压-真实值") private Float acin2VolbReal; @TableField("acin2_volb_real") private Float acIn2VolBReal; @ApiModelProperty(value = "第2路交流B相输入电压-模拟值") private Float acin2VolbFake; @TableField("acin2_volb_fake") private Float acIn2VolBFake; @ApiModelProperty(value = "第2路交流B相输入电压使用状态[0-真实值 1-模拟值]") private Integer acin2VolbSt; @TableField("acin2_volb_st") private Integer acIn2VolBSt; @ApiModelProperty(value = "第2路交流C相输入电压-真实值") private Float acin2VolcReal; @TableField("acin2_volc_real") private Float acIn2VolCReal; @ApiModelProperty(value = "第2路交流C相输入电压-模拟值") private Float acin2VolcFake; @TableField("acin2_volc_fake") private Float acIn2VolCFake; @ApiModelProperty(value = "第2路交流C相输入电压使用状态[0-真实值 1-模拟值]") private Integer acin2VolcSt; @TableField("acin2_volc_st") private Integer acIn2VolCSt; @ApiModelProperty(value = "第2路交流A相输入电流-真实值") private Float acin2CurraReal; @TableField("acin2_curra_real") private Float acIn2CurrAReal; @ApiModelProperty(value = "第2路交流A相输入电流-模拟值") private Float acin2CurraFake; @TableField("acin2_curra_fake") private Float acIn2CurrAFake; @ApiModelProperty(value = "第2路交流A相输入电流使用状态[0-真实值 1-模拟值]") private Integer acin2CurraSt; @TableField("acin2_curra_st") private Integer acIn2CurrASt; @ApiModelProperty(value = "第2路交流B相输入电流-真实值") private Float acin2CurrbReal; @TableField("acin2_currb_real") private Float acIn2CurrBReal; @ApiModelProperty(value = "第2路交流B相输入电流-模拟值") private Float acin2CurrbFake; @TableField("acin2_currb_fake") private Float acIn2CurrBFake; @ApiModelProperty(value = "第2路交流B相输入电流使用状态[0-真实值 1-模拟值]") private Integer acin2CurrbSt; @TableField("acin2_currb_st") private Integer acIn2CurrBSt; @ApiModelProperty(value = "第2路交流C相输入电流-真实值") private Float acin2CurrcReal; @TableField("acin2_currc_real") private Float acIn2CurrCReal; @ApiModelProperty(value = "第2路交流C相输入电流-模拟值") private Float acin2CurrcFake; @TableField("acin2_currc_fake") private Float acIn2CurrCFake; @ApiModelProperty(value = "第2路交流C相输入电流使用状态[0-真实值 1-模拟值]") private Integer acin2CurrcSt; @TableField("acin2_currc_st") private Integer acIn2CurrCSt; @ApiModelProperty(value = "交流配电柜温度-真实值") @TableField("ac_cabinet_temp_real") private Float acCabinetTempReal; @ApiModelProperty(value = "交流配电柜温度-模拟值") @TableField("ac_cabinet_temp_fake") private Float acCabinetTempFake; @ApiModelProperty(value = "交流配电柜温度使用状态[0-真实值 1-模拟值]") @TableField("ac_cabinet_temp_st") private Integer acCabinetTempSt; @ApiModelProperty(value = "直流配电柜温度-真实值") @TableField("dc_cabinet_temp_real") private Float dcCabinetTempReal; @ApiModelProperty(value = "直流配电柜温度-模拟值") @TableField("dc_cabinet_temp_fake") private Float dcCabinetTempFake; @ApiModelProperty(value = "直流配电柜温度使用状态[0-真实值 1-模拟值]") @TableField("dc_cabinet_temp_st") private Integer dcCabinetTempSt; @ApiModelProperty(value = "高频开关配电柜温度-真实值") private Float highfrqCabinetTempReal; @TableField("highfrq_cabinet_temp_real") private Float highFrqCabinetTempReal; @ApiModelProperty(value = "高频开关配电柜温度-模拟值") private Float highfrqCabinetTempFake; @TableField("highfrq_cabinet_temp_fake") private Float highFrqCabinetTempFake; @ApiModelProperty(value = "高频开关配电柜温度使用状态[0-真实值 1-模拟值]") private Integer highfrqCabinetTempSt; @TableField("highfrq_cabinet_temp_st") private Integer highFrqCabinetTempSt; @ApiModelProperty(value = "交流A相输出电压-真实值") private Float acoutVolaReal; @TableField("acout_vola_real") private Float acOutVolAReal; @ApiModelProperty(value = "交流A相输出电压-模拟值") private Float acoutVolaFake; @TableField("acout_vola_fake") private Float acOutVolAFake; @ApiModelProperty(value = "交流A相输出电压使用状态 [0-真实值 1-模拟值]") private Integer acoutVolaSt; @TableField("acout_vola_st") private Integer acOutVolASt; @ApiModelProperty(value = "交流B相输出电压-真实值") private Float acoutVolbReal; @TableField("acout_volb_real") private Float acOutVolBReal; @ApiModelProperty(value = "交流B相输出电压-模拟值") private Float acoutVolbFake; @TableField("acout_volb_fake") private Float acOutVolBFake; @ApiModelProperty(value = "交流B相输出电压使用状态 [0-真实值 1-模拟值]") private Integer acoutVolbSt; @TableField("acout_volb_st") private Integer acOutVolBSt; @ApiModelProperty(value = "交流C相输出电压-真实值") private Float acoutVolcReal; @TableField("acout_volc_real") private Float acOutVolCReal; @ApiModelProperty(value = "交流C相输出电压-模拟值") private Float acoutVolcFake; @TableField("acout_volc_fake") private Float acOutVolCFake; @ApiModelProperty(value = "交流C相输出电压使用状态 [0-真实值 1-模拟值]") private Integer acoutVolcSt; @TableField("acout_volc_st") private Integer acOutVolCSt; @ApiModelProperty(value = "交流A相输出电流-真实值") private Float acoutCurraReal; @TableField("acout_curra_real") private Float acOutCurrAReal; @ApiModelProperty(value = "交流A相输出电流-模拟值") private Float acoutCurraFake; @TableField("acout_curra_fake") private Float acOutCurrAFake; @ApiModelProperty(value = "交流A相输出电流使用状态 [0-真实值 1-模拟值]") private Integer acoutCurraSt; @TableField("acout_curra_st") private Integer acOutCurrASt; @ApiModelProperty(value = "交流B相输出电流-真实值") private Float acoutCurrbReal; @TableField("acout_currb_real") private Float acOutCurrBReal; @ApiModelProperty(value = "交流B相输出电流-模拟值") private Float acoutCurrbFake; @TableField("acout_currb_fake") private Float acOutCurrBFake; @ApiModelProperty(value = "交流B相输出电流使用状态 [0-真实值 1-模拟值]") private Integer acoutCurrbSt; @TableField("acout_currb_st") private Integer acOutCurrBSt; @ApiModelProperty(value = "交流C相输出电流-真实值") private Float acoutCurrcReal; @TableField("acout_currc_real") private Float acOutCurrCReal; @ApiModelProperty(value = "交流C相输出电流-模拟值") private Float acoutCurrcFake; @TableField("acout_currc_fake") private Float acOutCurrCFake; @ApiModelProperty(value = "交流C相输出电流使用状态 [0-真实值 1-模拟值]") private Integer acoutCurrcSt; @TableField("acout_currc_st") private Integer acOutCurrCSt; @ApiModelProperty(value = "直流输出电压-真实值") private Float dcoutVolReal; @TableField("dcout_vol_real") private Float dcOutVolReal; @ApiModelProperty(value = "直流输出电压-模拟值") private Float dcoutVolFake; @TableField("dcout_vol_fake") private Float dcOutVolFake; @ApiModelProperty(value = "直流输出电压使用状态 [0-真实值 1-模拟值]") private Integer dcoutVolSt; @TableField("dcout_vol_st") private Integer dcOutVolSt; @ApiModelProperty(value = "负载电流-真实值") @TableField("load_curr_real") private Float loadCurrReal; @ApiModelProperty(value = "负载电流-模拟值") @TableField("load_curr_fake") private Float loadCurrFake; @ApiModelProperty(value = "负载电流使用状态 [0-真实值 1-模拟值]") @TableField("load_curr_st") private Integer loadCurrSt; @ApiModelProperty(value = "蓄电池组充电电流-真实值") private Float battCharcurrReal; @TableField("batt_charcurr_real") private Float battCharCurrReal; @ApiModelProperty(value = "蓄电池组充电电流-模拟值") private Float battCharcurrFake; @TableField("batt_charcurr_fake") private Float battCharCurrFake; @ApiModelProperty(value = "蓄电池组充电电流使用状态 [0-真实值 1-模拟值]") private Integer battCharcurrSt; @TableField("batt_charcurr_st") private Integer battCharCurrSt; @ApiModelProperty(value = "第1路直流输入电压-真实值") private Float dcin1VolReal; @TableField("dcin1_vol_real") private Float dcIn1VolReal; @ApiModelProperty(value = "第1路直流输入电压-模拟值") private Float dcin1VolFake; @TableField("dcin1_vol_fake") private Float dcIn1VolFake; @ApiModelProperty(value = "第1路直流输入电压使用状态 [0-真实值 1-模拟值]") private Integer dcin1VolSt; @TableField("dcin1_vol_st") private Integer dcIn1VolSt; @ApiModelProperty(value = "第2路直流输入电压-真实值") private Float dcin2VolReal; @TableField("dcin2_vol_real") private Float dcIn2VolReal; @ApiModelProperty(value = "第2路直流输入电压-模拟值") private Float dcin2VolFake; @TableField("dcin2_vol_fake") private Float dcIn2VolFake; @ApiModelProperty(value = "第2路直流输入电压使用状态 [0-真实值 1-模拟值]") private Integer dcin2VolSt; @TableField("dcin2_vol_st") private Integer dcIn2VolSt; @ApiModelProperty(value = "1段直流母线输出电压-真实值") private Float dcout1VolReal; @TableField("dcout1_vol_real") private Float dcOut1VolReal; @ApiModelProperty(value = "1段直流母线输出电压-模拟值") private Float dcout1VolFake; @TableField("dcout1_vol_fake") private Float dcOut1VolFake; @ApiModelProperty(value = "1段直流母线输出电压使用状态 [0-真实值 1-模拟值]") private Integer dcout1VolSt; @TableField("dcout1_vol_st") private Integer dcOut1VolSt; @ApiModelProperty(value = "2段直流母线输出电压-真实值") private Float dcout2VolReal; @TableField("dcout2_vol_real") private Float dcOut2VolReal; @ApiModelProperty(value = "2段直流母线输出电压-模拟值") private Float dcout2VolFake; @TableField("dcout2_vol_fake") private Float dcOut2VolFake; @ApiModelProperty(value = "2段直流母线输出电压使用状态 [0-真实值 1-模拟值]") private Integer dcout2VolSt; @TableField("dcout2_vol_st") private Integer dcOut2VolSt; @ApiModelProperty(value = "1段直流母线输出电流-真实值") private Float dcout1CurrReal; @TableField("dcout1_curr_real") private Float dcOut1CurrReal; @ApiModelProperty(value = "1段直流母线输出电流-模拟值") private Float dcout1CurrFake; @TableField("dcout1_curr_fake") private Float dcOut1CurrFake; @ApiModelProperty(value = "1段直流母线输出电流使用状态 [0-真实值 1-模拟值]") private Integer dcout1CurrSt; @TableField("dcout1_curr_st") private Integer dcOut1CurrSt; @ApiModelProperty(value = "2段直流母线输出电流-真实值") private Float dcout2CurrReal; @TableField("dcout2_curr_real") private Float dcOut2CurrReal; @ApiModelProperty(value = "2段直流母线输出电流-模拟值") private Float dcout2CurrFake; @TableField("dcout2_curr_fake") private Float dcOut2CurrFake; @ApiModelProperty(value = "2段直流母线输出电流使用状态 [0-真实值 1-模拟值]") private Integer dcout2CurrSt; @TableField("dcout2_curr_st") private Integer dcOut2CurrSt; @ApiModelProperty(value = "电池组1端电压-真实值") private Float batt1GroupvolReal; @TableField("batt1_groupvol_real") private Float batt1GroupVolReal; @ApiModelProperty(value = "电池组1端电压-模拟值") private Float batt1GroupvolFake; @TableField("batt1_groupvol_fake") private Float batt1GroupVolFake; @ApiModelProperty(value = "电池组1端电压使用状态 [0-真实值 1-模拟值]") private Integer batt1GroupvolSt; @TableField("batt1_groupvol_st") private Integer batt1GroupVolSt; @ApiModelProperty(value = "电池组2端电压-真实值") private Float batt2GroupvolReal; @TableField("batt2_groupvol_real") private Float batt2GroupVolReal; @ApiModelProperty(value = "电池组2端电压-模拟值") private Float batt2GroupvolFake; @TableField("batt2_groupvol_fake") private Float batt2GroupVolFake; @ApiModelProperty(value = "电池组1端电压使用状态 [0-真实值 1-模拟值]") private Integer batt2GroupvolSt; @TableField("batt2_groupvol_st") private Integer batt2GroupVolSt; @ApiModelProperty(value = "模块1输出电流-真实值") private Float m1OutcurrReal; @TableField("m1_outcurr_real") private Float m1OutCurrReal; @ApiModelProperty(value = "模块1输出电流-模拟值") private Float m1OutcurrFake; @TableField("m1_outcurr_fake") private Float m1OutCurrFake; @ApiModelProperty(value = "模块1输出电流使用状态 [0-真实值 1-模拟值]") private Integer m1OutcurrSt; @TableField("m1_outcurr_st") private Integer m1OutCurrSt; @ApiModelProperty(value = "模块2输出电流-真实值") private Float m2OutcurrReal; @TableField("m2_outcurr_real") private Float m2OutCurrReal; @ApiModelProperty(value = "模块2输出电流-模拟值") private Float m2OutcurrFake; @TableField("m2_outcurr_fake") private Float m2OutCurrFake; @ApiModelProperty(value = "模块2输出电流使用状态 [0-真实值 1-模拟值]") private Integer m2OutcurrSt; @TableField("m2_outcurr_st") private Integer m2OutCurrSt; @ApiModelProperty(value = "模块3输出电流-真实值") private Float m3OutcurrReal; @TableField("m3_outcurr_real") private Float m3OutCurrReal; @ApiModelProperty(value = "模块3输出电流-模拟值") private Float m3OutcurrFake; @TableField("m3_outcurr_fake") private Float m3OutCurrFake; @ApiModelProperty(value = "模块3输出电流使用状态 [0-真实值 1-模拟值]") private Integer m3OutcurrSt; @TableField("m3_outcurr_st") private Integer m3OutCurrSt; @ApiModelProperty(value = "模块4输出电流-真实值") private Float m4OutcurrReal; @TableField("m4_outcurr_real") private Float m4OutCurrReal; @ApiModelProperty(value = "模块4输出电流-模拟值") private Float m4OutcurrFake; @TableField("m4_outcurr_fake") private Float m4OutCurrFake; @ApiModelProperty(value = "模块4输出电流使用状态 [0-真实值 1-模拟值]") private Integer m4OutcurrSt; @TableField("m4_outcurr_st") private Integer m4OutCurrSt; @ApiModelProperty(value = "模块5输出电流-真实值") private Float m5OutcurrReal; @TableField("m5_outcurr_real") private Float m5OutCurrReal; @ApiModelProperty(value = "模块5输出电流-模拟值") private Float m5OutcurrFake; @TableField("m5_outcurr_fake") private Float m5OutCurrFake; @ApiModelProperty(value = "模块5输出电流使用状态 [0-真实值 1-模拟值]") private Integer m5OutcurrSt; @TableField("m5_outcurr_st") private Integer m5OutCurrSt; @ApiModelProperty(value = "模块6输出电流-真实值") private Float m6OutcurrReal; @TableField("m6_outcurr_real") private Float m6OutCurrReal; @ApiModelProperty(value = "模块6输出电流-模拟值") private Float m6OutcurrFake; @TableField("m6_outcurr_fake") private Float m6OutCurrFake; @ApiModelProperty(value = "模块6输出电流使用状态 [0-真实值 1-模拟值]") private Integer m6OutcurrSt; @TableField("m6_outcurr_st") private Integer m6OutCurrSt; @ApiModelProperty(value = "模块7输出电流-真实值") private Float m7OutcurrReal; @TableField("m7_outcurr_real") private Float m7OutCurrReal; @ApiModelProperty(value = "模块7输出电流-模拟值") private Float m7OutcurrFake; @TableField("m7_outcurr_fake") private Float m7OutCurrFake; @ApiModelProperty(value = "模块7输出电流使用状态 [0-真实值 1-模拟值]") private Integer m7OutcurrSt; @TableField("m7_outcurr_st") private Integer m7OutCurrSt; @ApiModelProperty(value = "模块8输出电流-真实值") private Float m8OutcurrReal; @TableField("m8_outcurr_real") private Float m8OutCurrReal; @ApiModelProperty(value = "模块8输出电流-模拟值") private Float m8OutcurrFake; @TableField("m8_outcurr_fake") private Float m8OutCurrFake; @ApiModelProperty(value = "模块8输出电流使用状态 [0-真实值 1-模拟值]") private Integer m8OutcurrSt; @TableField("m8_outcurr_st") private Integer m8OutCurrSt; @ApiModelProperty(value = "模块9输出电流-真实值") private Float m9OutcurrReal; @TableField("m9_outcurr_real") private Float m9OutCurrReal; @ApiModelProperty(value = "模块9输出电流-模拟值") private Float m9OutcurrFake; @TableField("m9_outcurr_fake") private Float m9OutCurrFake; @ApiModelProperty(value = "模块9输出电流使用状态 [0-真实值 1-模拟值]") private Integer m9OutcurrSt; @TableField("m9_outcurr_st") private Integer m9OutCurrSt; @ApiModelProperty(value = "模块10输出电流-真实值") private Float m10OutcurrReal; @TableField("m10_outcurr_real") private Float m10OutCurrReal; @ApiModelProperty(value = "模块10输出电流-模拟值") private Float m10OutcurrFake; @TableField("m10_outcurr_fake") private Float m10OutCurrFake; @ApiModelProperty(value = "模块10输出电流使用状态 [0-真实值 1-模拟值]") private Integer m10OutcurrSt; @TableField("m10_outcurr_st") private Integer m10OutCurrSt; @ApiModelProperty(value = "模块11输出电流-真实值") private Float m11OutcurrReal; @TableField("m11_outcurr_real") private Float m11OutCurrReal; @ApiModelProperty(value = "模块11输出电流-模拟值") private Float m11OutcurrFake; @TableField("m11_outcurr_fake") private Float m11OutCurrFake; @ApiModelProperty(value = "模块11输出电流使用状态 [0-真实值 1-模拟值]") private Integer m11OutcurrSt; @TableField("m11_outcurr_st") private Integer m11OutCurrSt; @ApiModelProperty(value = "模块12输出电流-真实值") private Float m12OutcurrReal; @TableField("m12_outcurr_real") private Float m12OutCurrReal; @ApiModelProperty(value = "模块12输出电流-模拟值") private Float m12OutcurrFake; @TableField("m12_outcurr_fake") private Float m12OutCurrFake; @ApiModelProperty(value = "模块12输出电流使用状态 [0-真实值 1-模拟值]") private Integer m12OutcurrSt; @TableField("m12_outcurr_st") private Integer m12OutCurrSt; @ApiModelProperty(value = "模块13输出电流-真实值") private Float m13OutcurrReal; @TableField("m13_outcurr_real") private Float m13OutCurrReal; @ApiModelProperty(value = "模块13输出电流-模拟值") private Float m13OutcurrFake; @TableField("m13_outcurr_fake") private Float m13OutCurrFake; @ApiModelProperty(value = "模块13输出电流使用状态 [0-真实值 1-模拟值]") private Integer m13OutcurrSt; @TableField("m13_outcurr_st") private Integer m13OutCurrSt; @ApiModelProperty(value = "模块14输出电流-真实值") private Float m14OutcurrReal; @TableField("m14_outcurr_real") private Float m14OutCurrReal; @ApiModelProperty(value = "模块14输出电流-模拟值") private Float m14OutcurrFake; @TableField("m14_outcurr_fake") private Float m14OutCurrFake; @ApiModelProperty(value = "模块14输出电流使用状态 [0-真实值 1-模拟值]") private Integer m14OutcurrSt; @TableField("m14_outcurr_st") private Integer m14OutCurrSt; @ApiModelProperty(value = "模块15输出电流-真实值") private Float m15OutcurrReal; @TableField("m15_outcurr_real") private Float m15OutCurrReal; @ApiModelProperty(value = "模块15输出电流-模拟值") private Float m15OutcurrFake; @TableField("m15_outcurr_fake") private Float m15OutCurrFake; @ApiModelProperty(value = "模块15输出电流使用状态 [0-真实值 1-模拟值]") private Integer m15OutcurrSt; @TableField("m15_outcurr_st") private Integer m15OutCurrSt; @ApiModelProperty(value = "模块16输出电流-真实值") private Float m16OutcurrReal; @TableField("m16_outcurr_real") private Float m16OutCurrReal; @ApiModelProperty(value = "模块16输出电流-模拟值") private Float m16OutcurrFake; @TableField("m16_outcurr_fake") private Float m16OutCurrFake; @ApiModelProperty(value = "模块16输出电流使用状态 [0-真实值 1-模拟值]") private Integer m16OutcurrSt; @TableField("m16_outcurr_st") private Integer m16OutCurrSt; @ApiModelProperty(value = "模块17输出电流-真实值") private Float m17OutcurrReal; @TableField("m17_outcurr_real") private Float m17OutCurrReal; @ApiModelProperty(value = "模块17输出电流-模拟值") private Float m17OutcurrFake; @TableField("m17_outcurr_fake") private Float m17OutCurrFake; @ApiModelProperty(value = "模块17输出电流使用状态 [0-真实值 1-模拟值]") private Integer m17OutcurrSt; @TableField("m17_outcurr_st") private Integer m17OutCurrSt; @ApiModelProperty(value = "模块18输出电流-真实值") private Float m18OutcurrReal; @TableField("m18_outcurr_real") private Float m18OutCurrReal; @ApiModelProperty(value = "模块18输出电流-模拟值") private Float m18OutcurrFake; @TableField("m18_outcurr_fake") private Float m18OutCurrFake; @ApiModelProperty(value = "模块18输出电流使用状态 [0-真实值 1-模拟值]") private Integer m18OutcurrSt; @TableField("m18_outcurr_st") private Integer m18OutCurrSt; @ApiModelProperty(value = "模块19输出电流-真实值") private Float m19OutcurrReal; @TableField("m19_outcurr_real") private Float m19OutCurrReal; @ApiModelProperty(value = "模块19输出电流-模拟值") private Float m19OutcurrFake; @TableField("m19_outcurr_fake") private Float m19OutCurrFake; @ApiModelProperty(value = "模块19输出电流使用状态 [0-真实值 1-模拟值]") private Integer m19OutcurrSt; @TableField("m19_outcurr_st") private Integer m19OutCurrSt; @ApiModelProperty(value = "模块20输出电流-真实值") private Float m20OutcurrReal; @TableField("m20_outcurr_real") private Float m20OutCurrReal; @ApiModelProperty(value = "模块20输出电流-模拟值") private Float m20OutcurrFake; @TableField("m20_outcurr_fake") private Float m20OutCurrFake; @ApiModelProperty(value = "模块20输出电流使用状态 [0-真实值 1-模拟值]") private Integer m20OutcurrSt; @TableField("m20_outcurr_st") private Integer m20OutCurrSt; @ApiModelProperty(value = "模块21输出电流-真实值") private Float m21OutcurrReal; @TableField("m21_outcurr_real") private Float m21OutCurrReal; @ApiModelProperty(value = "模块21输出电流-模拟值") private Float m21OutcurrFake; @TableField("m21_outcurr_fake") private Float m21OutCurrFake; @ApiModelProperty(value = "模块21输出电流使用状态 [0-真实值 1-模拟值]") private Integer m21OutcurrSt; @TableField("m21_outcurr_st") private Integer m21OutCurrSt; @ApiModelProperty(value = "模块22输出电流-真实值") private Float m22OutcurrReal; @TableField("m22_outcurr_real") private Float m22OutCurrReal; @ApiModelProperty(value = "模块22输出电流-模拟值") private Float m22OutcurrFake; @TableField("m22_outcurr_fake") private Float m22OutCurrFake; @ApiModelProperty(value = "模块22输出电流使用状态 [0-真实值 1-模拟值]") private Integer m22OutcurrSt; @TableField("m22_outcurr_st") private Integer m22OutCurrSt; @ApiModelProperty(value = "模块23输出电流-真实值") private Float m23OutcurrReal; @TableField("m23_outcurr_real") private Float m23OutCurrReal; @ApiModelProperty(value = "模块23输出电流-模拟值") private Float m23OutcurrFake; @TableField("m23_outcurr_fake") private Float m23OutCurrFake; @ApiModelProperty(value = "模块23输出电流使用状态 [0-真实值 1-模拟值]") private Integer m23OutcurrSt; @TableField("m23_outcurr_st") private Integer m23OutCurrSt; @ApiModelProperty(value = "模块24输出电流-真实值") private Float m24OutcurrReal; @TableField("m24_outcurr_real") private Float m24OutCurrReal; @ApiModelProperty(value = "模块24输出电流-模拟值") private Float m24OutcurrFake; @TableField("m24_outcurr_fake") private Float m24OutCurrFake; @ApiModelProperty(value = "模块24输出电流使用状态 [0-真实值 1-模拟值]") private Integer m24OutcurrSt; @TableField("m24_outcurr_st") private Integer m24OutCurrSt; @ApiModelProperty(value = "模块25输出电流-真实值") private Float m25OutcurrReal; @TableField("m25_outcurr_real") private Float m25OutCurrReal; @ApiModelProperty(value = "模块25输出电流-模拟值") private Float m25OutcurrFake; @TableField("m25_outcurr_fake") private Float m25OutCurrFake; @ApiModelProperty(value = "模块25输出电流使用状态 [0-真实值 1-模拟值]") private Integer m25OutcurrSt; @TableField("m25_outcurr_st") private Integer m25OutCurrSt; @ApiModelProperty(value = "模块26输出电流-真实值") private Float m26OutcurrReal; @TableField("m26_outcurr_real") private Float m26OutCurrReal; @ApiModelProperty(value = "模块26输出电流-模拟值") private Float m26OutcurrFake; @TableField("m26_outcurr_fake") private Float m26OutCurrFake; @ApiModelProperty(value = "模块26输出电流使用状态 [0-真实值 1-模拟值]") private Integer m26OutcurrSt; @TableField("m26_outcurr_st") private Integer m26OutCurrSt; @ApiModelProperty(value = "模块27输出电流-真实值") private Float m27OutcurrReal; @TableField("m27_outcurr_real") private Float m27OutCurrReal; @ApiModelProperty(value = "模块27输出电流-模拟值") private Float m27OutcurrFake; @TableField("m27_outcurr_fake") private Float m27OutCurrFake; @ApiModelProperty(value = "模块27输出电流使用状态 [0-真实值 1-模拟值]") private Integer m27OutcurrSt; @TableField("m27_outcurr_st") private Integer m27OutCurrSt; @ApiModelProperty(value = "模块28输出电流-真实值") private Float m28OutcurrReal; @TableField("m28_outcurr_real") private Float m28OutCurrReal; @ApiModelProperty(value = "模块28输出电流-模拟值") private Float m28OutcurrFake; @TableField("m28_outcurr_fake") private Float m28OutCurrFake; @ApiModelProperty(value = "模块28输出电流使用状态 [0-真实值 1-模拟值]") private Integer m28OutcurrSt; @TableField("m28_outcurr_st") private Integer m28OutCurrSt; @ApiModelProperty(value = "模块29输出电流-真实值") private Float m29OutcurrReal; @TableField("m29_outcurr_real") private Float m29OutCurrReal; @ApiModelProperty(value = "模块29输出电流-模拟值") private Float m29OutcurrFake; @TableField("m29_outcurr_fake") private Float m29OutCurrFake; @ApiModelProperty(value = "模块29输出电流使用状态 [0-真实值 1-模拟值]") private Integer m29OutcurrSt; @TableField("m29_outcurr_st") private Integer m29OutCurrSt; @ApiModelProperty(value = "模块30输出电流-真实值") private Float m30OutcurrReal; @TableField("m30_outcurr_real") private Float m30OutCurrReal; @ApiModelProperty(value = "模块30输出电流-模拟值") private Float m30OutcurrFake; @TableField("m30_outcurr_fake") private Float m30OutCurrFake; @ApiModelProperty(value = "模块30输出电流使用状态 [0-真实值 1-模拟值]") private Integer m30OutcurrSt; @TableField("m30_outcurr_st") private Integer m30OutCurrSt; @ApiModelProperty(value = "模块31输出电流-真实值") private Float m31OutcurrReal; @TableField("m31_outcurr_real") private Float m31OutCurrReal; @ApiModelProperty(value = "模块31输出电流-模拟值") private Float m31OutcurrFake; @TableField("m31_outcurr_fake") private Float m31OutCurrFake; @ApiModelProperty(value = "模块31输出电流使用状态 [0-真实值 1-模拟值]") private Integer m31OutcurrSt; @TableField("m31_outcurr_st") private Integer m31OutCurrSt; @ApiModelProperty(value = "模块32输出电流-真实值") private Float m32OutcurrReal; @TableField("m32_outcurr_real") private Float m32OutCurrReal; @ApiModelProperty(value = "模块32输出电流-模拟值") private Float m32OutcurrFake; @TableField("m32_outcurr_fake") private Float m32OutCurrFake; @ApiModelProperty(value = "模块32输出电流使用状态 [0-真实值 1-模拟值]") private Integer m32OutcurrSt; @TableField("m32_outcurr_st") private Integer m32OutCurrSt; } src/main/java/com/whyc/pojo/db_ckpwrdev_data_rt/CKPowerDevRtSet.java
@@ -1,6 +1,7 @@ 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; @@ -38,389 +39,517 @@ @ApiModelProperty(value = "命令") private Integer opCmd; @ApiModelProperty(value = "第1路交流A相输入电压-真实值") private Float acin1VolaReal; @ApiModelProperty(value = "第1路交流A相输入电压-模拟值") @TableField("acin1_vola_fake") private Float acIn1VolAFake; @ApiModelProperty(value = "第1路交流A相输入电压使用状态[0-真实值 1-模拟值]") private Integer acin1VolaSt; @TableField("acin1_vola_st") private Integer acIn1VolASt; @ApiModelProperty(value = "第1路交流B相输入电压-真实值") private Float acin1VolbReal; @ApiModelProperty(value = "第1路交流B相输入电压-模拟值") @TableField("acin1_volb_fake") private Float acIn1VolBFake; @ApiModelProperty(value = "第1路交流B相输入电压使用状态[0-真实值 1-模拟值]") private Integer acin1VolbSt; @TableField("acin1_volb_st") private Integer acIn1VolBSt; @ApiModelProperty(value = "第1路交流C相输入电压-真实值") private Float acin1VolcReal; @ApiModelProperty(value = "第1路交流C相输入电压-模拟值") @TableField("acin1_volc_fake") private Float acIn1VolCFake; @ApiModelProperty(value = "第1路交流C相输入电压使用状态[0-真实值 1-模拟值]") private Integer acin1VolcSt; @TableField("acin1_volc_st") private Integer acIn1VolCSt; @ApiModelProperty(value = "第1路交流A相输入电流-真实值") private Float acin1CurraReal; @ApiModelProperty(value = "第1路交流A相输入电流-模拟值") @TableField("acin1_curra_fake") private Float acIn1CurrAFake; @ApiModelProperty(value = "第1路交流A相输入电流使用状态[0-真实值 1-模拟值]") private Integer acin1CurraSt; @TableField("acin1_curra_st") private Integer acIn1CurrASt; @ApiModelProperty(value = "第1路交流B相输入电流-真实值") private Float acin1CurrbReal; @ApiModelProperty(value = "第1路交流B相输入电流-模拟值") @TableField("acin1_currb_fake") private Float acIn1CurrBFake; @ApiModelProperty(value = "第1路交流B相输入电流使用状态[0-真实值 1-模拟值]") private Integer acin1CurrbSt; @TableField("acin1_currb_st") private Integer acIn1CurrBSt; @ApiModelProperty(value = "第1路交流C相输入电流-真实值") private Float acin1CurrcReal; @ApiModelProperty(value = "第1路交流C相输入电流-模拟值") @TableField("acin1_currc_fake") private Float acIn1CurrCFake; @ApiModelProperty(value = "第1路交流C相输入电流使用状态[0-真实值 1-模拟值]") private Integer acin1CurrcSt; @TableField("acin1_currc_st") private Integer acIn1CurrCSt; @ApiModelProperty(value = "第2路交流A相输入电压-真实值") private Float acin2VolaReal; @ApiModelProperty(value = "第2路交流A相输入电压-模拟值") @TableField("acin2_vola_fake") private Float acIn2VolAFake; @ApiModelProperty(value = "第2路交流A相输入电压使用状态[0-真实值 1-模拟值]") private Integer acin2VolaSt; @TableField("acin2_vola_st") private Integer acIn2VolASt; @ApiModelProperty(value = "第2路交流B相输入电压-真实值") private Float acin2VolbReal; @ApiModelProperty(value = "第2路交流B相输入电压-模拟值") @TableField("acin2_volb_fake") private Float acIn2VolBFake; @ApiModelProperty(value = "第2路交流B相输入电压使用状态[0-真实值 1-模拟值]") private Integer acin2VolbSt; @TableField("acin2_volb_st") private Integer acIn2VolBSt; @ApiModelProperty(value = "第2路交流C相输入电压-真实值") private Float acin2VolcReal; @ApiModelProperty(value = "第2路交流C相输入电压-模拟值") @TableField("acin2_volc_fake") private Float acIn2VolCFake; @ApiModelProperty(value = "第2路交流C相输入电压使用状态[0-真实值 1-模拟值]") private Integer acin2VolcSt; @TableField("acin2_volc_st") private Integer acIn2VolCSt; @ApiModelProperty(value = "第2路交流A相输入电流-真实值") private Float acin2CurraReal; @ApiModelProperty(value = "第2路交流A相输入电流-模拟值") @TableField("acin2_curra_fake") private Float acIn2CurrAFake; @ApiModelProperty(value = "第2路交流A相输入电流使用状态[0-真实值 1-模拟值]") private Integer acin2CurraSt; @TableField("acin2_curra_st") private Integer acIn2CurrASt; @ApiModelProperty(value = "第2路交流B相输入电流-真实值") private Float acin2CurrbReal; @ApiModelProperty(value = "第2路交流B相输入电流-模拟值") @TableField("acin2_currb_fake") private Float acIn2CurrBFake; @ApiModelProperty(value = "第2路交流B相输入电流使用状态[0-真实值 1-模拟值]") private Integer acin2CurrbSt; @TableField("acin2_currb_st") private Integer acIn2CurrBSt; @ApiModelProperty(value = "第2路交流C相输入电流-真实值") private Float acin2CurrcReal; @ApiModelProperty(value = "第2路交流C相输入电流-模拟值") @TableField("acin2_currc_fake") private Float acIn2CurrCFake; @ApiModelProperty(value = "第2路交流C相输入电流使用状态[0-真实值 1-模拟值]") private Integer acin2CurrcSt; @TableField("acin2_currc_st") private Integer acIn2CurrCSt; @ApiModelProperty(value = "交流配电柜温度-真实值") private Float acCabinetTempReal; @ApiModelProperty(value = "交流配电柜温度-模拟值") @TableField("ac_cabinet_temp_fake") private Float acCabinetTempFake; @ApiModelProperty(value = "交流配电柜温度使用状态[0-真实值 1-模拟值]") @TableField("ac_cabinet_temp_st") private Integer acCabinetTempSt; @ApiModelProperty(value = "直流配电柜温度-真实值") private Float dcCabinetTempReal; @ApiModelProperty(value = "直流配电柜温度-模拟值") @TableField("dc_cabinet_temp_fake") private Float dcCabinetTempFake; @ApiModelProperty(value = "直流配电柜温度使用状态[0-真实值 1-模拟值]") @TableField("dc_cabinet_temp_st") private Integer dcCabinetTempSt; @ApiModelProperty(value = "高频开关配电柜温度-真实值") private Float highfrqCabinetTempReal; @ApiModelProperty(value = "高频开关配电柜温度-模拟值") @TableField("highfrq_cabinet_temp_fake") private Float highFrqCabinetTempFake; @ApiModelProperty(value = "高频开关配电柜温度使用状态[0-真实值 1-模拟值]") private Integer highfrqCabinetTempSt; @TableField("highfrq_cabinet_temp_st") private Integer highFrqCabinetTempSt; @ApiModelProperty(value = "交流A相输出电压-真实值") private Float acoutVolaReal; @ApiModelProperty(value = "交流A相输出电压-模拟值") @TableField("acout_vola_fake") private Float acOutVolAFake; @ApiModelProperty(value = "交流A相输出电压使用状态 [0-真实值 1-模拟值]") private Integer acoutVolaSt; @TableField("acout_vola_st") private Integer acOutVolASt; @ApiModelProperty(value = "交流B相输出电压-真实值") private Float acoutVolbReal; @ApiModelProperty(value = "交流B相输出电压-模拟值") @TableField("acout_volb_fake") private Float acOutVolBFake; @ApiModelProperty(value = "交流B相输出电压使用状态 [0-真实值 1-模拟值]") private Integer acoutVolbSt; @TableField("acout_volb_st") private Integer acOutVolBSt; @ApiModelProperty(value = "交流C相输出电压-真实值") private Float acoutVolcReal; @ApiModelProperty(value = "交流C相输出电压-模拟值") @TableField("acout_volc_fake") private Float acOutVolCFake; @ApiModelProperty(value = "交流C相输出电压使用状态 [0-真实值 1-模拟值]") private Integer acoutVolcSt; @TableField("acout_volc_st") private Integer acOutVolCSt; @ApiModelProperty(value = "交流A相输出电流-真实值") private Float acoutCurraReal; @ApiModelProperty(value = "交流A相输出电流-模拟值") @TableField("acout_curra_fake") private Float acOutCurrAFake; @ApiModelProperty(value = "交流A相输出电流使用状态 [0-真实值 1-模拟值]") private Integer acoutCurraSt; @TableField("acout_curra_st") private Integer acOutCurrASt; @ApiModelProperty(value = "交流B相输出电流-真实值") private Float acoutCurrbReal; @ApiModelProperty(value = "交流B相输出电流-模拟值") @TableField("acout_currb_fake") private Float acOutCurrBFake; @ApiModelProperty(value = "交流B相输出电流使用状态 [0-真实值 1-模拟值]") private Integer acoutCurrbSt; @TableField("acout_currb_st") private Integer acOutCurrBSt; @ApiModelProperty(value = "交流C相输出电流-真实值") private Float acoutCurrcReal; @ApiModelProperty(value = "交流C相输出电流-模拟值") @TableField("acout_currc_fake") private Float acOutCurrCFake; @ApiModelProperty(value = "交流C相输出电流使用状态 [0-真实值 1-模拟值]") private Integer acoutCurrcSt; @TableField("acout_currc_st") private Integer acOutCurrCSt; @ApiModelProperty(value = "直流输出电压-真实值") private Float dcoutVolReal; @ApiModelProperty(value = "直流输出电压-模拟值") @TableField("dcout_vol_fake") private Float dcOutVolFake; @ApiModelProperty(value = "直流输出电压使用状态 [0-真实值 1-模拟值]") private Integer dcoutVolSt; @TableField("dcout_vol_st") private Integer dcOutVolSt; @ApiModelProperty(value = "负载电流-真实值") private Float loadCurrReal; @ApiModelProperty(value = "负载电流-模拟值") @TableField("load_curr_fake") private Float loadCurrFake; @ApiModelProperty(value = "负载电流使用状态 [0-真实值 1-模拟值]") @TableField("load_curr_st") private Integer loadCurrSt; @ApiModelProperty(value = "蓄电池组充电电流-真实值") private Float battCharcurrReal; @ApiModelProperty(value = "蓄电池组充电电流-模拟值") @TableField("batt_charcurr_fake") private Float battCharCurrFake; @ApiModelProperty(value = "蓄电池组充电电流使用状态 [0-真实值 1-模拟值]") private Integer battCharcurrSt; @TableField("batt_charcurr_st") private Integer battCharCurrSt; @ApiModelProperty(value = "第1路直流输入电压-真实值") private Float dcin1VolReal; @ApiModelProperty(value = "第1路直流输入电压-模拟值") @TableField("dcin1_vol_fake") private Float dcIn1VolFake; @ApiModelProperty(value = "第1路直流输入电压使用状态 [0-真实值 1-模拟值]") private Integer dcin1VolSt; @TableField("dcin1_vol_st") private Integer dcIn1VolSt; @ApiModelProperty(value = "第2路直流输入电压-真实值") private Float dcin2VolReal; @ApiModelProperty(value = "第2路直流输入电压-模拟值") @TableField("dcin2_vol_fake") private Float dcIn2VolFake; @ApiModelProperty(value = "第2路直流输入电压使用状态 [0-真实值 1-模拟值]") private Integer dcin2VolSt; @TableField("dcin2_vol_st") private Integer dcIn2VolSt; @ApiModelProperty(value = "1段直流母线输出电压-真实值") private Float dcout1VolReal; @ApiModelProperty(value = "1段直流母线输出电压-模拟值") @TableField("dcout1_vol_fake") private Float dcOut1VolFake; @ApiModelProperty(value = "1段直流母线输出电压使用状态 [0-真实值 1-模拟值]") private Integer dcout1VolSt; @TableField("dcout1_vol_st") private Integer dcOut1VolSt; @ApiModelProperty(value = "2段直流母线输出电压-真实值") private Float dcout2VolReal; @ApiModelProperty(value = "2段直流母线输出电压-模拟值") @TableField("dcout2_vol_fake") private Float dcOut2VolFake; @ApiModelProperty(value = "2段直流母线输出电压使用状态 [0-真实值 1-模拟值]") private Integer dcout2VolSt; @TableField("dcout2_vol_st") private Integer dcOut2VolSt; @ApiModelProperty(value = "1段直流母线输出电流-真实值") private Float dcout1CurrReal; @ApiModelProperty(value = "1段直流母线输出电流-模拟值") @TableField("dcout1_curr_fake") private Float dcOut1CurrFake; @ApiModelProperty(value = "1段直流母线输出电流使用状态 [0-真实值 1-模拟值]") private Integer dcout1CurrSt; @TableField("dcout1_curr_st") private Integer dcOut1CurrSt; @ApiModelProperty(value = "2段直流母线输出电流-真实值") private Float dcout2CurrReal; @ApiModelProperty(value = "2段直流母线输出电流-模拟值") @TableField("dcout2_curr_fake") private Float dcOut2CurrFake; @ApiModelProperty(value = "2段直流母线输出电流使用状态 [0-真实值 1-模拟值]") private Integer dcout2CurrSt; @TableField("dcout2_curr_st") private Integer dcOut2CurrSt; @ApiModelProperty(value = "电池组1端电压-真实值") private Float batt1GroupvolReal; @ApiModelProperty(value = "电池组1端电压-模拟值") @TableField("batt1_groupvol_fake") private Float batt1GroupVolFake; @ApiModelProperty(value = "电池组1端电压使用状态 [0-真实值 1-模拟值]") private Integer batt1GroupvolSt; @TableField("batt1_groupvol_st") private Integer batt1GroupVolSt; @ApiModelProperty(value = "电池组2端电压-真实值") private Float batt2GroupvolReal; @ApiModelProperty(value = "电池组2端电压-模拟值") @TableField("batt2_groupvol_fake") private Float batt2GroupVolFake; @ApiModelProperty(value = "电池组1端电压使用状态 [0-真实值 1-模拟值]") private Integer batt2GroupvolSt; @TableField("batt2_groupvol_st") private Integer batt2GroupVolSt; @ApiModelProperty(value = "模块1输出电流-真实值") private Float m1OutcurrReal; @ApiModelProperty(value = "模块1输出电流-模拟值") @TableField("m1_outcurr_fake") private Float m1OutCurrFake; @ApiModelProperty(value = "模块1输出电流使用状态 [0-真实值 1-模拟值]") private Integer m1OutcurrSt; @TableField("m1_outcurr_st") private Integer m1OutCurrSt; @ApiModelProperty(value = "模块2输出电流-真实值") private Float m2OutcurrReal; @ApiModelProperty(value = "模块2输出电流-模拟值") @TableField("m2_outcurr_fake") private Float m2OutCurrFake; @ApiModelProperty(value = "模块2输出电流使用状态 [0-真实值 1-模拟值]") private Integer m2OutcurrSt; @TableField("m2_outcurr_st") private Integer m2OutCurrSt; @ApiModelProperty(value = "模块3输出电流-真实值") private Float m3OutcurrReal; @ApiModelProperty(value = "模块3输出电流-模拟值") @TableField("m3_outcurr_fake") private Float m3OutCurrFake; @ApiModelProperty(value = "模块3输出电流使用状态 [0-真实值 1-模拟值]") private Integer m3OutcurrSt; @TableField("m3_outcurr_st") private Integer m3OutCurrSt; @ApiModelProperty(value = "模块4输出电流-真实值") private Float m4OutcurrReal; @ApiModelProperty(value = "模块4输出电流-模拟值") @TableField("m4_outcurr_fake") private Float m4OutCurrFake; @ApiModelProperty(value = "模块4输出电流使用状态 [0-真实值 1-模拟值]") private Integer m4OutcurrSt; @TableField("m4_outcurr_st") private Integer m4OutCurrSt; @ApiModelProperty(value = "模块5输出电流-真实值") private Float m5OutcurrReal; @ApiModelProperty(value = "模块5输出电流-模拟值") @TableField("m5_outcurr_fake") private Float m5OutCurrFake; @ApiModelProperty(value = "模块5输出电流使用状态 [0-真实值 1-模拟值]") private Integer m5OutcurrSt; @TableField("m5_outcurr_st") private Integer m5OutCurrSt; @ApiModelProperty(value = "模块6输出电流-真实值") private Float m6OutcurrReal; @ApiModelProperty(value = "模块6输出电流-模拟值") @TableField("m6_outcurr_fake") private Float m6OutCurrFake; @ApiModelProperty(value = "模块6输出电流使用状态 [0-真实值 1-模拟值]") private Integer m6OutcurrSt; @TableField("m6_outcurr_st") private Integer m6OutCurrSt; @ApiModelProperty(value = "模块7输出电流-真实值") private Float m7OutcurrReal; @ApiModelProperty(value = "模块7输出电流-模拟值") @TableField("m7_outcurr_fake") private Float m7OutCurrFake; @ApiModelProperty(value = "模块7输出电流使用状态 [0-真实值 1-模拟值]") private Integer m7OutcurrSt; @TableField("m7_outcurr_st") private Integer m7OutCurrSt; @ApiModelProperty(value = "模块8输出电流-真实值") private Float m8OutcurrReal; @ApiModelProperty(value = "模块8输出电流-模拟值") @TableField("m8_outcurr_fake") private Float m8OutCurrFake; @ApiModelProperty(value = "模块8输出电流使用状态 [0-真实值 1-模拟值]") private Integer m8OutcurrSt; @TableField("m8_outcurr_st") private Integer m8OutCurrSt; @ApiModelProperty(value = "模块9输出电流-真实值") private Float m9OutcurrReal; @ApiModelProperty(value = "模块9输出电流-模拟值") @TableField("m9_outcurr_fake") private Float m9OutCurrFake; @ApiModelProperty(value = "模块9输出电流使用状态 [0-真实值 1-模拟值]") private Integer m9OutcurrSt; @TableField("m9_outcurr_st") private Integer m9OutCurrSt; @ApiModelProperty(value = "模块10输出电流-真实值") private Float m10OutcurrReal; @ApiModelProperty(value = "模块10输出电流-模拟值") @TableField("m10_outcurr_fake") private Float m10OutCurrFake; @ApiModelProperty(value = "模块10输出电流使用状态 [0-真实值 1-模拟值]") private Integer m10OutcurrSt; @TableField("m10_outcurr_st") private Integer m10OutCurrSt; @ApiModelProperty(value = "模块11输出电流-真实值") private Float m11OutcurrReal; @ApiModelProperty(value = "模块11输出电流-模拟值") @TableField("m11_outcurr_fake") private Float m11OutCurrFake; @ApiModelProperty(value = "模块11输出电流使用状态 [0-真实值 1-模拟值]") private Integer m11OutcurrSt; @TableField("m11_outcurr_st") private Integer m11OutCurrSt; @ApiModelProperty(value = "模块12输出电流-真实值") private Float m12OutcurrReal; @ApiModelProperty(value = "模块12输出电流-模拟值") @TableField("m12_outcurr_fake") private Float m12OutCurrFake; @ApiModelProperty(value = "模块12输出电流使用状态 [0-真实值 1-模拟值]") private Integer m12OutcurrSt; @TableField("m12_outcurr_st") private Integer m12OutCurrSt; @ApiModelProperty(value = "模块13输出电流-真实值") private Float m13OutcurrReal; @ApiModelProperty(value = "模块13输出电流-模拟值") @TableField("m13_outcurr_fake") private Float m13OutCurrFake; @ApiModelProperty(value = "模块13输出电流使用状态 [0-真实值 1-模拟值]") private Integer m13OutcurrSt; @TableField("m13_outcurr_st") private Integer m13OutCurrSt; @ApiModelProperty(value = "模块14输出电流-真实值") private Float m14OutcurrReal; @ApiModelProperty(value = "模块14输出电流-模拟值") @TableField("m14_outcurr_fake") private Float m14OutCurrFake; @ApiModelProperty(value = "模块14输出电流使用状态 [0-真实值 1-模拟值]") private Integer m14OutcurrSt; @TableField("m14_outcurr_st") private Integer m14OutCurrSt; @ApiModelProperty(value = "模块15输出电流-真实值") private Float m15OutcurrReal; @ApiModelProperty(value = "模块15输出电流-模拟值") @TableField("m15_outcurr_fake") private Float m15OutCurrFake; @ApiModelProperty(value = "模块15输出电流使用状态 [0-真实值 1-模拟值]") private Integer m15OutcurrSt; @TableField("m15_outcurr_st") private Integer m15OutCurrSt; @ApiModelProperty(value = "模块16输出电流-真实值") private Float m16OutcurrReal; @ApiModelProperty(value = "模块16输出电流-模拟值") @TableField("m16_outcurr_fake") private Float m16OutCurrFake; @ApiModelProperty(value = "模块16输出电流使用状态 [0-真实值 1-模拟值]") private Integer m16OutcurrSt; @TableField("m16_outcurr_st") private Integer m16OutCurrSt; @ApiModelProperty(value = "模块17输出电流-真实值") private Float m17OutcurrReal; @ApiModelProperty(value = "模块17输出电流-模拟值") @TableField("m17_outcurr_fake") private Float m17OutCurrFake; @ApiModelProperty(value = "模块17输出电流使用状态 [0-真实值 1-模拟值]") private Integer m17OutcurrSt; @TableField("m17_outcurr_st") private Integer m17OutCurrSt; @ApiModelProperty(value = "模块18输出电流-真实值") private Float m18OutcurrReal; @ApiModelProperty(value = "模块18输出电流-模拟值") @TableField("m18_outcurr_fake") private Float m18OutCurrFake; @ApiModelProperty(value = "模块18输出电流使用状态 [0-真实值 1-模拟值]") private Integer m18OutcurrSt; @TableField("m18_outcurr_st") private Integer m18OutCurrSt; @ApiModelProperty(value = "模块19输出电流-真实值") private Float m19OutcurrReal; @ApiModelProperty(value = "模块19输出电流-模拟值") @TableField("m19_outcurr_fake") private Float m19OutCurrFake; @ApiModelProperty(value = "模块19输出电流使用状态 [0-真实值 1-模拟值]") private Integer m19OutcurrSt; @TableField("m19_outcurr_st") private Integer m19OutCurrSt; @ApiModelProperty(value = "模块20输出电流-真实值") private Float m20OutcurrReal; @ApiModelProperty(value = "模块20输出电流-模拟值") @TableField("m20_outcurr_fake") private Float m20OutCurrFake; @ApiModelProperty(value = "模块20输出电流使用状态 [0-真实值 1-模拟值]") private Integer m20OutcurrSt; @TableField("m20_outcurr_st") private Integer m20OutCurrSt; @ApiModelProperty(value = "模块21输出电流-真实值") private Float m21OutcurrReal; @ApiModelProperty(value = "模块21输出电流-模拟值") @TableField("m21_outcurr_fake") private Float m21OutCurrFake; @ApiModelProperty(value = "模块21输出电流使用状态 [0-真实值 1-模拟值]") private Integer m21OutcurrSt; @TableField("m21_outcurr_st") private Integer m21OutCurrSt; @ApiModelProperty(value = "模块22输出电流-真实值") private Float m22OutcurrReal; @ApiModelProperty(value = "模块22输出电流-模拟值") @TableField("m22_outcurr_fake") private Float m22OutCurrFake; @ApiModelProperty(value = "模块22输出电流使用状态 [0-真实值 1-模拟值]") private Integer m22OutcurrSt; @TableField("m22_outcurr_st") private Integer m22OutCurrSt; @ApiModelProperty(value = "模块23输出电流-真实值") private Float m23OutcurrReal; @ApiModelProperty(value = "模块23输出电流-模拟值") @TableField("m23_outcurr_fake") private Float m23OutCurrFake; @ApiModelProperty(value = "模块23输出电流使用状态 [0-真实值 1-模拟值]") private Integer m23OutcurrSt; @TableField("m23_outcurr_st") private Integer m23OutCurrSt; @ApiModelProperty(value = "模块24输出电流-真实值") private Float m24OutcurrReal; @ApiModelProperty(value = "模块24输出电流-模拟值") @TableField("m24_outcurr_fake") private Float m24OutCurrFake; @ApiModelProperty(value = "模块24输出电流使用状态 [0-真实值 1-模拟值]") private Integer m24OutcurrSt; @TableField("m24_outcurr_st") private Integer m24OutCurrSt; @ApiModelProperty(value = "模块25输出电流-真实值") private Float m25OutcurrReal; @ApiModelProperty(value = "模块25输出电流-模拟值") @TableField("m25_outcurr_fake") private Float m25OutCurrFake; @ApiModelProperty(value = "模块25输出电流使用状态 [0-真实值 1-模拟值]") private Integer m25OutcurrSt; @TableField("m25_outcurr_st") private Integer m25OutCurrSt; @ApiModelProperty(value = "模块26输出电流-真实值") private Float m26OutcurrReal; @ApiModelProperty(value = "模块26输出电流-模拟值") @TableField("m26_outcurr_fake") private Float m26OutCurrFake; @ApiModelProperty(value = "模块26输出电流使用状态 [0-真实值 1-模拟值]") private Integer m26OutcurrSt; @TableField("m26_outcurr_st") private Integer m26OutCurrSt; @ApiModelProperty(value = "模块27输出电流-真实值") private Float m27OutcurrReal; @ApiModelProperty(value = "模块27输出电流-模拟值") @TableField("m27_outcurr_fake") private Float m27OutCurrFake; @ApiModelProperty(value = "模块27输出电流使用状态 [0-真实值 1-模拟值]") private Integer m27OutcurrSt; @TableField("m27_outcurr_st") private Integer m27OutCurrSt; @ApiModelProperty(value = "模块28输出电流-真实值") private Float m28OutcurrReal; @ApiModelProperty(value = "模块28输出电流-模拟值") @TableField("m28_outcurr_fake") private Float m28OutCurrFake; @ApiModelProperty(value = "模块28输出电流使用状态 [0-真实值 1-模拟值]") private Integer m28OutcurrSt; @TableField("m28_outcurr_st") private Integer m28OutCurrSt; @ApiModelProperty(value = "模块29输出电流-真实值") private Float m29OutcurrReal; @ApiModelProperty(value = "模块29输出电流-模拟值") @TableField("m29_outcurr_fake") private Float m29OutCurrFake; @ApiModelProperty(value = "模块29输出电流使用状态 [0-真实值 1-模拟值]") private Integer m29OutcurrSt; @TableField("m29_outcurr_st") private Integer m29OutCurrSt; @ApiModelProperty(value = "模块30输出电流-真实值") private Float m30OutcurrReal; @ApiModelProperty(value = "模块30输出电流-模拟值") @TableField("m30_outcurr_fake") private Float m30OutCurrFake; @ApiModelProperty(value = "模块30输出电流使用状态 [0-真实值 1-模拟值]") private Integer m30OutcurrSt; @TableField("m30_outcurr_st") private Integer m30OutCurrSt; @ApiModelProperty(value = "模块31输出电流-真实值") private Float m31OutcurrReal; @ApiModelProperty(value = "模块31输出电流-模拟值") @TableField("m31_outcurr_fake") private Float m31OutCurrFake; @ApiModelProperty(value = "模块31输出电流使用状态 [0-真实值 1-模拟值]") private Integer m31OutcurrSt; @TableField("m31_outcurr_st") private Integer m31OutCurrSt; @ApiModelProperty(value = "模块32输出电流-真实值") private Float m32OutcurrReal; @ApiModelProperty(value = "模块32输出电流-模拟值") @TableField("m32_outcurr_fake") private Float m32OutCurrFake; @ApiModelProperty(value = "模块32输出电流使用状态 [0-真实值 1-模拟值]") private Integer m32OutcurrSt; @TableField("m32_outcurr_st") private Integer m32OutCurrSt; } src/main/java/com/whyc/pojo/db_ckpwrdev_data_rt/CKPowerDevSignal.java
@@ -40,301 +40,301 @@ private Date recordTime; @ApiModelProperty(value = "交流输入1停电-真实值-ACSWIB") private Integer acin1PowerdownReal; private Integer acIn1PowerDownReal; @ApiModelProperty(value = "交流输入1停电-模拟值-ACSWIB") private Integer acin1PowerdownFake; private Integer acIn1PowerDownFake; @ApiModelProperty(value = "交流输入1停电使用状态[0-真实值 1-模拟值]-ACSWIB") private Integer acin1PowerdownSt; private Integer acIn1PowerDownSt; @ApiModelProperty(value = "交流输入2停电-真实值-ACSWIB") private Integer acin2PowerdownReal; private Integer acIn2PowerDownReal; @ApiModelProperty(value = "交流输入2停电-模拟值-ACSWIB") private Integer acin2PowerdownFake; private Integer acIn2PowerDownFake; @ApiModelProperty(value = "交流输入2停电使用状态[0-真实值 1-模拟值]-ACSWIB") private Integer acin2PowerdownSt; private Integer acIn2PowerDownSt; @ApiModelProperty(value = "交流输入1防雷器故障-真实值-ACSWIB") private Integer acin1ThunderErrReal; private Integer acIn1ThunderErrReal; @ApiModelProperty(value = "交流输入1防雷器故障-模拟值-ACSWIB") private Integer acin1ThunderErrFake; private Integer acIn1ThunderErrFake; @ApiModelProperty(value = "交流输入1防雷器故障使用状态[0-真实值 1-模拟值]-ACSWIB") private Integer acin1ThunderErrSt; private Integer acIn1ThunderErrSt; @ApiModelProperty(value = "交流输入2防雷器故障-真实值-ACSWIB") private Integer acin2ThunderErrReal; private Integer acIn2ThunderErrReal; @ApiModelProperty(value = "交流输入2防雷器故障-模拟值-ACSWIB") private Integer acin2ThunderErrFake; private Integer acIn2ThunderErrFake; @ApiModelProperty(value = "交流输入2防雷器故障使用状态[0-真实值 1-模拟值]-ACSWIB") private Integer acin2ThunderErrSt; private Integer acIn2ThunderErrSt; @ApiModelProperty(value = "第1路交流输入开关跳闸-真实值-ACSWIB") private Integer acin1SwitchTripReal; private Integer acIn1SwitchTripReal; @ApiModelProperty(value = "第1路交流输入开关跳闸-模拟值-ACSWIB") private Integer acin1SwitchTripFake; private Integer acIn1SwitchTripFake; @ApiModelProperty(value = "第1路交流输入开关跳闸使用状态[0-真实值 1-模拟值]-ACSWIB") private Integer acin1SwitchTripSt; private Integer acIn1SwitchTripSt; @ApiModelProperty(value = "第2路交流输入开关跳闸-真实值-ACSWIB") private Integer acin2SwitchTripReal; private Integer acIn2SwitchTripReal; @ApiModelProperty(value = "第2路交流输入开关跳闸-模拟值-ACSWIB") private Integer acin2SwitchTripFake; private Integer acIn2SwitchTripFake; @ApiModelProperty(value = "第2路交流输入开关跳闸使用状态[0-真实值 1-模拟值]-ACSWIB") private Integer acin2SwitchTripSt; private Integer acIn2SwitchTripSt; @ApiModelProperty(value = "第1路交流A相过压-真实值-ACSWIB") private Integer acin1OverVolaReal; private Integer acIn1OverVolAReal; @ApiModelProperty(value = "第1路交流A相过压-模拟值-ACSWIB") private Integer acin1OverVolaFake; private Integer acIn1OverVolAFake; @ApiModelProperty(value = "第1路交流A相过压使用状态[0-真实值 1-模拟值]-ACSWIB") private Integer acin1OverVolaSt; private Integer acIn1OverVolASt; @ApiModelProperty(value = "第1路交流A相欠压-真实值-ACSWIB") private Integer acin1UnderVolaReal; private Integer acIn1UnderVolAReal; @ApiModelProperty(value = "第1路交流A相欠压-模拟值-ACSWIB") private Integer acin1UnderVolaFake; private Integer acIn1UnderVolAFake; @ApiModelProperty(value = "第1路交流A相欠压使用状态[0-真实值 1-模拟值]-ACSWIB") private Integer acin1UnderVolaSt; private Integer acIn1UnderVolASt; @ApiModelProperty(value = "第1路交流B相过压-真实值-ACSWIB") private Integer acin1OverVolbReal; private Integer acIn1OverVolBReal; @ApiModelProperty(value = "第1路交流B相过压-模拟值-ACSWIB") private Integer acin1OverVolbFake; private Integer acIn1OverVolBFake; @ApiModelProperty(value = "第1路交流B相过压使用状态[0-真实值 1-模拟值]-ACSWIB") private Integer acin1OverVolbSt; private Integer acIn1OverVolBSt; @ApiModelProperty(value = "第1路交流B相欠压-真实值-ACSWIB") private Integer acin1UnderVolbReal; private Integer acIn1UnderVolBReal; @ApiModelProperty(value = "第1路交流B相欠压-模拟值-ACSWIB") private Integer acin1UnderVolbFake; private Integer acIn1UnderVolBFake; @ApiModelProperty(value = "第1路交流B相欠压使用状态[0-真实值 1-模拟值]-ACSWIB") private Integer acin1UnderVolbSt; private Integer acIn1UnderVolBSt; @ApiModelProperty(value = "第1路交流C相过压-真实值-ACSWIB") private Integer acin1OverVolcReal; private Integer acIn1OverVolCReal; @ApiModelProperty(value = "第1路交流C相过压-模拟值-ACSWIB") private Integer acin1OverVolcFake; private Integer acIn1OverVolCFake; @ApiModelProperty(value = "第1路交流C相过压使用状态[0-真实值 1-模拟值]-ACSWIB") private Integer acin1OverVolcSt; private Integer acIn1OverVolCSt; @ApiModelProperty(value = "第1路交流C相欠压-真实值-ACSWIB") private Integer acin1UnderVolcReal; private Integer acIn1UnderVolCReal; @ApiModelProperty(value = "第1路交流C相欠压-模拟值-ACSWIB") private Integer acin1UnderVolcFake; private Integer acIn1UnderVolCFake; @ApiModelProperty(value = "第1路交流C相欠压-使用状态[0-真实值 1-模拟值]-ACSWIB") private Integer acin1UnderVolcSt; private Integer acIn1UnderVolCSt; @ApiModelProperty(value = "第2路交流A相过压-真实值-ACSWIB") private Integer acin2OverVolaReal; private Integer acIn2OverVolAReal; @ApiModelProperty(value = "第2路交流A相过压-模拟值-ACSWIB") private Integer acin2OverVolaFake; private Integer acIn2OverVolAFake; @ApiModelProperty(value = "第2路交流A相过压使用状态[0-真实值 1-模拟值]-ACSWIB") private Integer acin2OverVolaSt; private Integer acIn2OverVolASt; @ApiModelProperty(value = "第2路交流A相欠压-真实值-ACSWIB") private Integer acin2UnderVolaReal; private Integer acIn2UnderVolAReal; @ApiModelProperty(value = "第2路交流A相欠压-模拟值-ACSWIB") private Integer acin2UnderVolaFake; private Integer acIn2UnderVolAFake; @ApiModelProperty(value = "第2路交流A相欠压使用状态[0-真实值 1-模拟值]-ACSWIB") private Integer acin2UnderVolaSt; private Integer acIn2UnderVolASt; @ApiModelProperty(value = "第2路交流B相过压-真实值-ACSWIB") private Integer acin2OverVolbReal; private Integer acIn2OverVolBReal; @ApiModelProperty(value = "第2路交流B相过压-模拟值-ACSWIB") private Integer acin2OverVolbFake; private Integer acIn2OverVolBFake; @ApiModelProperty(value = "第2路交流B相过压使用状态[0-真实值 1-模拟值]-ACSWIB") private Integer acin2OverVolbSt; private Integer acIn2OverVolBSt; @ApiModelProperty(value = "第2路交流B相欠压-真实值-ACSWIB") private Integer acin2UnderVolbReal; private Integer acIn2UnderVolBReal; @ApiModelProperty(value = "第2路交流B相欠压-模拟值-ACSWIB") private Integer acin2UnderVolbFake; private Integer acIn2UnderVolBFake; @ApiModelProperty(value = "第2路交流B相欠压使用状态[0-真实值 1-模拟值]-ACSWIB") private Integer acin2UnderVolbSt; private Integer acIn2UnderVolBSt; @ApiModelProperty(value = "第2路交流C相过压-真实值-ACSWIB") private Integer acin2OverVolcReal; private Integer acIn2OverVolCReal; @ApiModelProperty(value = "第2路交流C相过压-模拟值-ACSWIB") private Integer acin2OverVolcFake; private Integer acIn2OverVolCFake; @ApiModelProperty(value = "第2路交流C相过压使用状态[0-真实值 1-模拟值]-ACSWIB") private Integer acin2OverVolcSt; private Integer acIn2OverVolCSt; @ApiModelProperty(value = "第2路交流C相欠压-真实值-ACSWIB") private Integer acin2UnderVolcReal; private Integer acIn2UnderVolCReal; @ApiModelProperty(value = "第2路交流C相欠压-模拟值-ACSWIB") private Integer acin2UnderVolcFake; private Integer acIn2UnderVolCFake; @ApiModelProperty(value = "第2路交流C相欠压-使用状态[0-真实值 1-模拟值]-ACSWIB") private Integer acin2UnderVolcSt; private Integer acIn2UnderVolCSt; @ApiModelProperty(value = "第1路交流A相缺相-真实值-ACSWIB") private Integer acin1LessVolaReal; private Integer acIn1LessVolAReal; @ApiModelProperty(value = "第1路交流A相缺相-模拟值-ACSWIB") private Integer acin1LessVolaFake; private Integer acIn1LessVolAFake; @ApiModelProperty(value = "第1路交流A相缺相使用状态[0-真实值 1-模拟值]-ACSWIB") private Integer acin1LessVolaSt; private Integer acIn1LessVolASt; @ApiModelProperty(value = "第1路交流B相缺相-真实值-ACSWIB") private Integer acin1LessVolbReal; private Integer acIn1LessVolBReal; @ApiModelProperty(value = "第1路交流B相缺相-模拟值-ACSWIB") private Integer acin1LessVolbFake; private Integer acIn1LessVolBFake; @ApiModelProperty(value = "第1路交流B相缺相使用状态[0-真实值 1-模拟值]-ACSWIB") private Integer acin1LessVolbSt; private Integer acIn1LessVolBSt; @ApiModelProperty(value = "第1路交流C相缺相-真实值-ACSWIB") private Integer acin1LessVolcReal; private Integer acIn1LessVolCReal; @ApiModelProperty(value = "第1路交流C相缺相-模拟值-ACSWIB") private Integer acin1LessVolcFake; private Integer acIn1LessVolCFake; @ApiModelProperty(value = "第1路交流C相缺相使用状态[0-真实值 1-模拟值]-ACSWIB") private Integer acin1LessVolcSt; private Integer acIn1LessVolCSt; @ApiModelProperty(value = "第2路交流A相缺相-真实值-ACSWIB") private Integer acin2LessVolaReal; private Integer acIn2LessVolAReal; @ApiModelProperty(value = "第2路交流A相缺相-模拟值-ACSWIB") private Integer acin2LessVolaFake; private Integer acIn2LessVolAFake; @ApiModelProperty(value = "第2路交流A相缺相使用状态[0-真实值 1-模拟值]-ACSWIB") private Integer acin2LessVolaSt; private Integer acIn2LessVolASt; @ApiModelProperty(value = "第2路交流B相缺相-真实值-ACSWIB") private Integer acin2LessVolbReal; private Integer acIn2LessVolBReal; @ApiModelProperty(value = "第2路交流B相缺相-模拟值-ACSWIB") private Integer acin2LessVolbFake; private Integer acIn2LessVolBFake; @ApiModelProperty(value = "第2路交流B相缺相使用状态[0-真实值 1-模拟值]-ACSWIB") private Integer acin2LessVolbSt; private Integer acIn2LessVolBSt; @ApiModelProperty(value = "第2路交流C相缺相-真实值-ACSWIB") private Integer acin2LessVolcReal; private Integer acIn2LessVolCReal; @ApiModelProperty(value = "第2路交流C相缺相-模拟值-ACSWIB") private Integer acin2LessVolcFake; private Integer acIn2LessVolCFake; @ApiModelProperty(value = "第2路交流C相缺相使用状态[0-真实值 1-模拟值]-ACSWIB") private Integer acin2LessVolcSt; private Integer acIn2LessVolCSt; @ApiModelProperty(value = "交流监控单元故障-真实值-ACSWIB") private Integer acMonitorerrReal; private Integer acMonitorErrReal; @ApiModelProperty(value = "交流监控单元故障-模拟值-ACSWIB") private Integer acMonitorerrFake; private Integer acMonitorErrFake; @ApiModelProperty(value = "交流监控单元故障使用状态[0-真实值 1-模拟值]-ACSWIB") private Integer acMonitorerrSt; private Integer acMonitorErrSt; @ApiModelProperty(value = "1段交流母线输出开关1-25跳闸-真实值-ACSWIB") private Integer ac1Outswitch1TripReal; private Integer ac1OutSwitch1TripReal; @ApiModelProperty(value = "1段交流母线输出开关1-25跳闸-模拟值-ACSWIB") private Integer ac1Outswitch1TripFake; private Integer ac1OutSwitch1TripFake; @ApiModelProperty(value = "1段交流母线输出开关1-25跳闸使用状态[0-真实值 1-模拟值]-ACSWIB") private Integer ac1Outswitch1TripSt; private Integer ac1OutSwitch1TripSt; @ApiModelProperty(value = "1段交流母线输出开关26-50跳闸-真实值-ACSWIB") private Integer ac1Outswitch2TripReal; private Integer ac1OutSwitch2TripReal; @ApiModelProperty(value = "1段交流母线输出开关26-50跳闸-模拟值-ACSWIB") private Integer ac1Outswitch2TripFake; private Integer ac1OutSwitch2TripFake; @ApiModelProperty(value = "1段交流母线输出开关26-50跳闸使用状态[0-真实值 1-模拟值]-ACSWIB") private Integer ac1Outswitch2TripSt; private Integer ac1OutSwitch2TripSt; @ApiModelProperty(value = "1段交流母线输出开关51-75跳闸-真实值-ACSWIB") private Integer ac1Outswitch3TripReal; private Integer ac1OutSwitch3TripReal; @ApiModelProperty(value = "1段交流母线输出开关51-75跳闸-模拟值-ACSWIB") private Integer ac1Outswitch3TripFake; private Integer ac1OutSwitch3TripFake; @ApiModelProperty(value = "1段交流母线输出开关51-75跳闸使用状态[0-真实值 1-模拟值]-ACSWIB") private Integer ac1Outswitch3TripSt; private Integer ac1OutSwitch3TripSt; @ApiModelProperty(value = "1段交流母线输出开关76-100跳闸-真实值-ACSWIB") private Integer ac1Outswitch4TripReal; private Integer ac1OutSwitch4TripReal; @ApiModelProperty(value = "1段交流母线输出开关76-100跳闸-模拟值-ACSWIB") private Integer ac1Outswitch4TripFake; private Integer ac1OutSwitch4TripFake; @ApiModelProperty(value = "1段交流母线输出开关76-100跳闸使用状态[0-真实值 1-模拟值]-ACSWIB") private Integer ac1Outswitch4TripSt; private Integer ac1OutSwitch4TripSt; @ApiModelProperty(value = "2段交流母线输出开关1-25跳闸-真实值-ACSWIB") private Integer ac2Outswitch1TripReal; private Integer ac2OutSwitch1TripReal; @ApiModelProperty(value = "2段交流母线输出开关1-25跳闸-模拟值-ACSWIB") private Integer ac2Outswitch1TripFake; private Integer ac2OutSwitch1TripFake; @ApiModelProperty(value = "2段交流母线输出开关1-25跳闸使用状态[0-真实值 1-模拟值]-ACSWIB") private Integer ac2Outswitch1TripSt; private Integer ac2OutSwitch1TripSt; @ApiModelProperty(value = "2段交流母线输出开关26-50跳闸-真实值-ACSWIB") private Integer ac2Outswitch2TripReal; private Integer ac2OutSwitch2TripReal; @ApiModelProperty(value = "2段交流母线输出开关26-50跳闸-模拟值-ACSWIB") private Integer ac2Outswitch2TripFake; private Integer ac2OutSwitch2TripFake; @ApiModelProperty(value = "2段交流母线输出开关26-50跳闸使用状态[0-真实值 1-模拟值]-ACSWIB") private Integer ac2Outswitch2TripSt; private Integer ac2OutSwitch2TripSt; @ApiModelProperty(value = "2段交流母线输出开关51-75跳闸-真实值-ACSWIB") private Integer ac2Outswitch3TripReal; private Integer ac2OutSwitch3TripReal; @ApiModelProperty(value = "2段交流母线输出开关51-75跳闸-模拟值-ACSWIB") private Integer ac2Outswitch3TripFake; private Integer ac2OutSwitch3TripFake; @ApiModelProperty(value = "2段交流母线输出开关51-75跳闸使用状态[0-真实值 1-模拟值]-ACSWIB") private Integer ac2Outswitch3TripSt; private Integer ac2OutSwitch3TripSt; @ApiModelProperty(value = "2段交流母线输出开关76-100跳闸-真实值-ACSWIB") private Integer ac2Outswitch4TripReal; private Integer ac2OutSwitch4TripReal; @ApiModelProperty(value = "2段交流母线输出开关76-100跳闸-模拟值-ACSWIB") private Integer ac2Outswitch4TripFake; private Integer ac2OutSwitch4TripFake; @ApiModelProperty(value = "2段交流母线输出开关76-100跳闸使用状态[0-真实值 1-模拟值]-ACSWIB") private Integer ac2Outswitch4TripSt; private Integer ac2OutSwitch4TripSt; @ApiModelProperty(value = "交流配电柜总告警-真实值-ACSWIB") private Integer acCabinetTatalAlmReal; @@ -400,40 +400,40 @@ private Integer m1Err2St; @ApiModelProperty(value = "高频开关电源柜总告警-真实值-CPSS") private Integer highfrqCabinetTotalAlmReal; private Integer highFrqCabinetTotalAlmReal; @ApiModelProperty(value = "高频开关电源柜总告警-模拟值-CPSS") private Integer highfrqCabinetTotalAlmFake; private Integer highFrqCabinetTotalAlmFake; @ApiModelProperty(value = "高频开关电源柜总告警-使用状态[0-真实值 1-模拟值]-CPSS") private Integer highfrqCabinetTotalAlmSt; private Integer highFrqCabinetTotalAlmSt; @ApiModelProperty(value = "直流输出过压-真实值-CPSS") private Integer dcOutOvervolReal; private Integer dcOutOverVolReal; @ApiModelProperty(value = "直流输出过压-模拟值-CPSS") private Integer dcOutOvervolFake; private Integer dcOutOverVolFake; @ApiModelProperty(value = "直流输出过压-使用状态[0-真实值 1-模拟值]-CPSS") private Integer dcOutOvervolSt; private Integer dcOutOverVolSt; @ApiModelProperty(value = "直流输出欠压-真实值-CPSS") private Integer dcOutUndervolReal; private Integer dcOutUnderVolReal; @ApiModelProperty(value = "直流输出欠压-模拟值-CPSS") private Integer dcOutUndervolFake; private Integer dcOutUnderVolFake; @ApiModelProperty(value = "直流输出欠压-使用状态[0-真实值 1-模拟值]-CPSS") private Integer dcOutUndervolSt; private Integer dcOutUnderVolSt; @ApiModelProperty(value = "电池组下电保护告警-真实值-CPSS") private Integer battOffprotectAlmReal; private Integer battOffProtectAlmReal; @ApiModelProperty(value = "电池组下电保护告警-模拟值-CPSS") private Integer battOffprotectAlmFake; private Integer battOffProtectAlmFake; @ApiModelProperty(value = "电池组下电保护告警-使用状态[0-真实值 1-模拟值]-CPSS") private Integer battOffprotectAlmSt; private Integer battOffProtectAlmSt; @ApiModelProperty(value = "电池组1熔丝告警-真实值-CPSS") private Integer batt1FuseAlmReal; @@ -472,67 +472,67 @@ private Integer junFloatStateSt; @ApiModelProperty(value = "在用交流输入路数[0-1路交流在用 1-2路交流在用]-真实值") private Integer acinUsecountReal; private Integer acInUseCountReal; @ApiModelProperty(value = "在用交流输入路数[0-1路交流在用 1-2路交流在用]-模拟值") private Integer acinUsecountFake; private Integer acInUseCountFake; @ApiModelProperty(value = "在用交流输入路数-使用状态[0-真实值 1-模拟值]") private Integer acinUsecountSt; private Integer acInUseCountSt; @ApiModelProperty(value = "第1路直流过压-真实值-DCSWIB") private Integer dc1OvervolReal; private Integer dc1OverVolReal; @ApiModelProperty(value = "第1路直流过压-模拟值-DCSWIB") private Integer dc1OvervolFake; private Integer dc1OverVolFake; @ApiModelProperty(value = "第1路直流过压-使用状态[0-真实值 1-模拟值]-DCSWIB") private Integer dc1OvervolSt; private Integer dc1OverVolSt; @ApiModelProperty(value = "第1路直流欠压-真实值-DCSWIB") private Integer dc1UndervolReal; private Integer dc1UnderVolReal; @ApiModelProperty(value = "第1路直流欠压-模拟值-DCSWIB") private Integer dc1UndervolFake; private Integer dc1UnderVolFake; @ApiModelProperty(value = "第1路直流欠压-使用状态[0-真实值 1-模拟值]-DCSWIB") private Integer dc1UndervolSt; private Integer dc1UnderVolSt; @ApiModelProperty(value = "第2路直流过压-真实值-DCSWIB") private Integer dc2OvervolReal; private Integer dc2OverVolReal; @ApiModelProperty(value = "第2路直流过压-模拟值-DCSWIB") private Integer dc2OvervolFake; private Integer dc2OverVolFake; @ApiModelProperty(value = "第2路直流过压-使用状态[0-真实值 1-模拟值]-DCSWIB") private Integer dc2OvervolSt; private Integer dc2OverVolSt; @ApiModelProperty(value = "第2路直流欠压-真实值-DCSWIB") private Integer dc2UndervolReal; private Integer dc2UnderVolReal; @ApiModelProperty(value = "第2路直流欠压-模拟值-DCSWIB") private Integer dc2UndervolFake; private Integer dc2UnderVolFake; @ApiModelProperty(value = "第2路直流欠压-使用状态[0-真实值 1-模拟值]-DCSWIB") private Integer dc2UndervolSt; private Integer dc2UnderVolSt; @ApiModelProperty(value = "第1路直流输入开关跳闸-真实值-DCSWIB") private Integer dcin1SwitchTripReal; private Integer dcIn1SwitchTripReal; @ApiModelProperty(value = "第1路直流输入开关跳闸-模拟值-DCSWIB") private Integer dcin1SwitchTripFake; private Integer dcIn1SwitchTripFake; @ApiModelProperty(value = "第1路直流输入开关跳闸-使用状态[0-真实值 1-模拟值]-DCSWIB") private Integer dcin1SwitchTripSt; private Integer dcIn1SwitchTripSt; @ApiModelProperty(value = "第2路直流输入开关跳闸-真实值-DCSWIB") private Integer dcin2SwitchTripReal; private Integer dcIn2SwitchTripReal; @ApiModelProperty(value = "第2路直流输入开关跳闸-模拟值-DCSWIB") private Integer dcin2SwitchTripFake; private Integer dcIn2SwitchTripFake; @ApiModelProperty(value = "第2路直流输入开关跳闸-使用状态[0-真实值 1-模拟值]-DCSWIB") private Integer dcin2SwitchTripSt; private Integer dcIn2SwitchTripSt; @ApiModelProperty(value = "1段直流第1-25路开关跳闸-真实值-DCSWIB") private Integer dc1Switch1TripReal; @@ -607,13 +607,13 @@ private Integer dc2Switch4TripSt; @ApiModelProperty(value = "监控单元故障-真实值-DCSWIB") private Integer monitorerrReal; private Integer monitorErrReal; @ApiModelProperty(value = "监控单元故障-模拟值-DCSWIB") private Integer monitorerrFake; private Integer monitorErrFake; @ApiModelProperty(value = "监控单元故障-使用状态[0-真实值 1-模拟值]-DCSWIB") private Integer monitorerrSt; private Integer monitorErrSt; @ApiModelProperty(value = "直流配电柜总告警-真实值-DCSWIB") private Integer dcCabinetTatalAlmReal; src/main/java/com/whyc/pojo/db_ckpwrdev_data_rt/CKPowerDevSignalSet.java
@@ -39,202 +39,202 @@ private Integer opCmd; @ApiModelProperty(value = "交流输入1停电-模拟值-ACSWIB") private Integer acin1PowerdownFake; private Integer acIn1PowerDownFake; @ApiModelProperty(value = "交流输入1停电使用状态[0-真实值 1-模拟值]-ACSWIB") private Integer acin1PowerdownSt; private Integer acIn1PowerDownSt; @ApiModelProperty(value = "交流输入2停电-模拟值-ACSWIB") private Integer acin2PowerdownFake; private Integer acIn2PowerDownFake; @ApiModelProperty(value = "交流输入2停电使用状态[0-真实值 1-模拟值]-ACSWIB") private Integer acin2PowerdownSt; private Integer acIn2PowerDownSt; @ApiModelProperty(value = "交流输入1防雷器故障-模拟值-ACSWIB") private Integer acin1ThunderErrFake; private Integer acIn1ThunderErrFake; @ApiModelProperty(value = "交流输入1防雷器故障使用状态[0-真实值 1-模拟值]-ACSWIB") private Integer acin1ThunderErrSt; private Integer acIn1ThunderErrSt; @ApiModelProperty(value = "交流输入2防雷器故障-模拟值-ACSWIB") private Integer acin2ThunderErrFake; private Integer acIn2ThunderErrFake; @ApiModelProperty(value = "交流输入2防雷器故障使用状态[0-真实值 1-模拟值]-ACSWIB") private Integer acin2ThunderErrSt; private Integer acIn2ThunderErrSt; @ApiModelProperty(value = "第1路交流输入开关跳闸-模拟值-ACSWIB") private Integer acin1SwitchTripFake; private Integer acIn1SwitchTripFake; @ApiModelProperty(value = "第1路交流输入开关跳闸使用状态[0-真实值 1-模拟值]-ACSWIB") private Integer acin1SwitchTripSt; private Integer acIn1SwitchTripSt; @ApiModelProperty(value = "第2路交流输入开关跳闸-模拟值-ACSWIB") private Integer acin2SwitchTripFake; private Integer acIn2SwitchTripFake; @ApiModelProperty(value = "第2路交流输入开关跳闸使用状态[0-真实值 1-模拟值]-ACSWIB") private Integer acin2SwitchTripSt; private Integer acIn2SwitchTripSt; @ApiModelProperty(value = "第1路交流A相过压-模拟值-ACSWIB") private Integer acin1OverVolaFake; private Integer acIn1OverVolAFake; @ApiModelProperty(value = "第1路交流A相过压使用状态[0-真实值 1-模拟值]-ACSWIB") private Integer acin1OverVolaSt; private Integer acIn1OverVolASt; @ApiModelProperty(value = "第1路交流A相欠压-模拟值-ACSWIB") private Integer acin1UnderVolaFake; private Integer acIn1UnderVolAFake; @ApiModelProperty(value = "第1路交流A相欠压使用状态[0-真实值 1-模拟值]-ACSWIB") private Integer acin1UnderVolaSt; private Integer acIn1UnderVolASt; @ApiModelProperty(value = "第1路交流B相过压-模拟值-ACSWIB") private Integer acin1OverVolbFake; private Integer acIn1OverVolBFake; @ApiModelProperty(value = "第1路交流B相过压使用状态[0-真实值 1-模拟值]-ACSWIB") private Integer acin1OverVolbSt; private Integer acIn1OverVolBSt; @ApiModelProperty(value = "第1路交流B相欠压-模拟值-ACSWIB") private Integer acin1UnderVolbFake; private Integer acIn1UnderVolBFake; @ApiModelProperty(value = "第1路交流B相欠压使用状态[0-真实值 1-模拟值]-ACSWIB") private Integer acin1UnderVolbSt; private Integer acIn1UnderVolBSt; @ApiModelProperty(value = "第1路交流C相过压-模拟值-ACSWIB") private Integer acin1OverVolcFake; private Integer acIn1OverVolCFake; @ApiModelProperty(value = "第1路交流C相过压使用状态[0-真实值 1-模拟值]-ACSWIB") private Integer acin1OverVolcSt; private Integer acIn1OverVolCSt; @ApiModelProperty(value = "第1路交流C相欠压-模拟值-ACSWIB") private Integer acin1UnderVolcFake; private Integer acIn1UnderVolCFake; @ApiModelProperty(value = "第1路交流C相欠压-使用状态[0-真实值 1-模拟值]-ACSWIB") private Integer acin1UnderVolcSt; private Integer acIn1UnderVolCSt; @ApiModelProperty(value = "第2路交流A相过压-模拟值-ACSWIB") private Integer acin2OverVolaFake; private Integer acIn2OverVolAFake; @ApiModelProperty(value = "第2路交流A相过压使用状态[0-真实值 1-模拟值]-ACSWIB") private Integer acin2OverVolaSt; private Integer acIn2OverVolASt; @ApiModelProperty(value = "第2路交流A相欠压-模拟值-ACSWIB") private Integer acin2UnderVolaFake; private Integer acIn2UnderVolAFake; @ApiModelProperty(value = "第2路交流A相欠压使用状态[0-真实值 1-模拟值]-ACSWIB") private Integer acin2UnderVolaSt; private Integer acIn2UnderVolASt; @ApiModelProperty(value = "第2路交流B相过压-模拟值-ACSWIB") private Integer acin2OverVolbFake; private Integer acIn2OverVolBFake; @ApiModelProperty(value = "第2路交流B相过压使用状态[0-真实值 1-模拟值]-ACSWIB") private Integer acin2OverVolbSt; private Integer acIn2OverVolBSt; @ApiModelProperty(value = "第2路交流B相欠压-模拟值-ACSWIB") private Integer acin2UnderVolbFake; private Integer acIn2UnderVolBFake; @ApiModelProperty(value = "第2路交流B相欠压使用状态[0-真实值 1-模拟值]-ACSWIB") private Integer acin2UnderVolbSt; private Integer acIn2UnderVolBSt; @ApiModelProperty(value = "第2路交流C相过压-模拟值-ACSWIB") private Integer acin2OverVolcFake; private Integer acIn2OverVolCFake; @ApiModelProperty(value = "第2路交流C相过压使用状态[0-真实值 1-模拟值]-ACSWIB") private Integer acin2OverVolcSt; private Integer acIn2OverVolCSt; @ApiModelProperty(value = "第2路交流C相欠压-模拟值-ACSWIB") private Integer acin2UnderVolcFake; private Integer acIn2UnderVolCFake; @ApiModelProperty(value = "第2路交流C相欠压-使用状态[0-真实值 1-模拟值]-ACSWIB") private Integer acin2UnderVolcSt; private Integer acIn2UnderVolCSt; @ApiModelProperty(value = "第1路交流A相缺相-模拟值-ACSWIB") private Integer acin1LessVolaFake; private Integer acIn1LessVolAFake; @ApiModelProperty(value = "第1路交流A相缺相使用状态[0-真实值 1-模拟值]-ACSWIB") private Integer acin1LessVolaSt; private Integer acIn1LessVolASt; @ApiModelProperty(value = "第1路交流B相缺相-模拟值-ACSWIB") private Integer acin1LessVolbFake; private Integer acIn1LessVolBFake; @ApiModelProperty(value = "第1路交流B相缺相使用状态[0-真实值 1-模拟值]-ACSWIB") private Integer acin1LessVolbSt; private Integer acIn1LessVolBSt; @ApiModelProperty(value = "第1路交流C相缺相-模拟值-ACSWIB") private Integer acin1LessVolcFake; private Integer acIn1LessVolCFake; @ApiModelProperty(value = "第1路交流C相缺相使用状态[0-真实值 1-模拟值]-ACSWIB") private Integer acin1LessVolcSt; private Integer acIn1LessVolCSt; @ApiModelProperty(value = "第2路交流A相缺相-模拟值-ACSWIB") private Integer acin2LessVolaFake; private Integer acIn2LessVolAFake; @ApiModelProperty(value = "第2路交流A相缺相使用状态[0-真实值 1-模拟值]-ACSWIB") private Integer acin2LessVolaSt; private Integer acIn2LessVolASt; @ApiModelProperty(value = "第2路交流B相缺相-模拟值-ACSWIB") private Integer acin2LessVolbFake; private Integer acIn2LessVolBFake; @ApiModelProperty(value = "第2路交流B相缺相使用状态[0-真实值 1-模拟值]-ACSWIB") private Integer acin2LessVolbSt; private Integer acIn2LessVolBSt; @ApiModelProperty(value = "第2路交流C相缺相-模拟值-ACSWIB") private Integer acin2LessVolcFake; private Integer acIn2LessVolCFake; @ApiModelProperty(value = "第2路交流C相缺相使用状态[0-真实值 1-模拟值]-ACSWIB") private Integer acin2LessVolcSt; private Integer acIn2LessVolCSt; @ApiModelProperty(value = "交流监控单元故障-模拟值-ACSWIB") private Integer acMonitorerrFake; private Integer acMonitorErrFake; @ApiModelProperty(value = "交流监控单元故障使用状态[0-真实值 1-模拟值]-ACSWIB") private Integer acMonitorerrSt; private Integer acMonitorErrSt; @ApiModelProperty(value = "1段交流母线输出开关1-25跳闸-模拟值-ACSWIB") private Integer ac1Outswitch1TripFake; private Integer ac1OutSwitch1TripFake; @ApiModelProperty(value = "1段交流母线输出开关1-25跳闸使用状态[0-真实值 1-模拟值]-ACSWIB") private Integer ac1Outswitch1TripSt; private Integer ac1OutSwitch1TripSt; @ApiModelProperty(value = "1段交流母线输出开关26-50跳闸-模拟值-ACSWIB") private Integer ac1Outswitch2TripFake; private Integer ac1OutSwitch2TripFake; @ApiModelProperty(value = "1段交流母线输出开关26-50跳闸使用状态[0-真实值 1-模拟值]-ACSWIB") private Integer ac1Outswitch2TripSt; private Integer ac1OutSwitch2TripSt; @ApiModelProperty(value = "1段交流母线输出开关51-75跳闸-模拟值-ACSWIB") private Integer ac1Outswitch3TripFake; private Integer ac1OutSwitch3TripFake; @ApiModelProperty(value = "1段交流母线输出开关51-75跳闸使用状态[0-真实值 1-模拟值]-ACSWIB") private Integer ac1Outswitch3TripSt; private Integer ac1OutSwitch3TripSt; @ApiModelProperty(value = "1段交流母线输出开关76-100跳闸-模拟值-ACSWIB") private Integer ac1Outswitch4TripFake; private Integer ac1OutSwitch4TripFake; @ApiModelProperty(value = "1段交流母线输出开关76-100跳闸使用状态[0-真实值 1-模拟值]-ACSWIB") private Integer ac1Outswitch4TripSt; private Integer ac1OutSwitch4TripSt; @ApiModelProperty(value = "2段交流母线输出开关1-25跳闸-模拟值-ACSWIB") private Integer ac2Outswitch1TripFake; private Integer ac2OutSwitch1TripFake; @ApiModelProperty(value = "2段交流母线输出开关1-25跳闸使用状态[0-真实值 1-模拟值]-ACSWIB") private Integer ac2Outswitch1TripSt; private Integer ac2OutSwitch1TripSt; @ApiModelProperty(value = "2段交流母线输出开关26-50跳闸-模拟值-ACSWIB") private Integer ac2Outswitch2TripFake; private Integer ac2OutSwitch2TripFake; @ApiModelProperty(value = "2段交流母线输出开关26-50跳闸使用状态[0-真实值 1-模拟值]-ACSWIB") private Integer ac2Outswitch2TripSt; private Integer ac2OutSwitch2TripSt; @ApiModelProperty(value = "2段交流母线输出开关51-75跳闸-模拟值-ACSWIB") private Integer ac2Outswitch3TripFake; private Integer ac2OutSwitch3TripFake; @ApiModelProperty(value = "2段交流母线输出开关51-75跳闸使用状态[0-真实值 1-模拟值]-ACSWIB") private Integer ac2Outswitch3TripSt; private Integer ac2OutSwitch3TripSt; @ApiModelProperty(value = "2段交流母线输出开关76-100跳闸-模拟值-ACSWIB") private Integer ac2Outswitch4TripFake; private Integer ac2OutSwitch4TripFake; @ApiModelProperty(value = "2段交流母线输出开关76-100跳闸使用状态[0-真实值 1-模拟值]-ACSWIB") private Integer ac2Outswitch4TripSt; private Integer ac2OutSwitch4TripSt; @ApiModelProperty(value = "交流配电柜总告警-模拟值-ACSWIB") private Integer acCabinetTatalAlmFake; @@ -279,28 +279,28 @@ private Integer m1Err2St; @ApiModelProperty(value = "高频开关电源柜总告警-模拟值-CPSS") private Integer highfrqCabinetTotalAlmFake; private Integer highFrqCabinetTotalAlmFake; @ApiModelProperty(value = "高频开关电源柜总告警-使用状态[0-真实值 1-模拟值]-CPSS") private Integer highfrqCabinetTotalAlmSt; private Integer highFrqCabinetTotalAlmSt; @ApiModelProperty(value = "直流输出过压-模拟值-CPSS") private Integer dcOutOvervolFake; private Integer dcOutOverVolFake; @ApiModelProperty(value = "直流输出过压-使用状态[0-真实值 1-模拟值]-CPSS") private Integer dcOutOvervolSt; private Integer dcOutOverVolSt; @ApiModelProperty(value = "直流输出欠压-模拟值-CPSS") private Integer dcOutUndervolFake; private Integer dcOutUnderVolFake; @ApiModelProperty(value = "直流输出欠压-使用状态[0-真实值 1-模拟值]-CPSS") private Integer dcOutUndervolSt; private Integer dcOutUnderVolSt; @ApiModelProperty(value = "电池组下电保护告警-模拟值-CPSS") private Integer battOffprotectAlmFake; private Integer battOffProtectAlmFake; @ApiModelProperty(value = "电池组下电保护告警-使用状态[0-真实值 1-模拟值]-CPSS") private Integer battOffprotectAlmSt; private Integer battOffProtectAlmSt; @ApiModelProperty(value = "电池组1熔丝告警-模拟值-CPSS") private Integer batt1FuseAlmFake; @@ -324,46 +324,46 @@ private Integer junFloatStateSt; @ApiModelProperty(value = "在用交流输入路数[0-1路交流在用 1-2路交流在用]-模拟值") private Integer acinUsecountFake; private Integer acInUseCountFake; @ApiModelProperty(value = "在用交流输入路数-使用状态[0-真实值 1-模拟值]") private Integer acinUsecountSt; private Integer acInUseCountSt; @ApiModelProperty(value = "第1路直流过压-模拟值-DCSWIB") private Integer dc1OvervolFake; private Integer dc1OverVolFake; @ApiModelProperty(value = "第1路直流过压-使用状态[0-真实值 1-模拟值]-DCSWIB") private Integer dc1OvervolSt; private Integer dc1OverVolSt; @ApiModelProperty(value = "第1路直流欠压-模拟值-DCSWIB") private Integer dc1UndervolFake; private Integer dc1UnderVolFake; @ApiModelProperty(value = "第1路直流欠压-使用状态[0-真实值 1-模拟值]-DCSWIB") private Integer dc1UndervolSt; private Integer dc1UnderVolSt; @ApiModelProperty(value = "第2路直流过压-模拟值-DCSWIB") private Integer dc2OvervolFake; private Integer dc2OverVolFake; @ApiModelProperty(value = "第2路直流过压-使用状态[0-真实值 1-模拟值]-DCSWIB") private Integer dc2OvervolSt; private Integer dc2OverVolSt; @ApiModelProperty(value = "第2路直流欠压-模拟值-DCSWIB") private Integer dc2UndervolFake; private Integer dc2UnderVolFake; @ApiModelProperty(value = "第2路直流欠压-使用状态[0-真实值 1-模拟值]-DCSWIB") private Integer dc2UndervolSt; private Integer dc2UnderVolSt; @ApiModelProperty(value = "第1路直流输入开关跳闸-模拟值-DCSWIB") private Integer dcin1SwitchTripFake; private Integer dcIn1SwitchTripFake; @ApiModelProperty(value = "第1路直流输入开关跳闸-使用状态[0-真实值 1-模拟值]-DCSWIB") private Integer dcin1SwitchTripSt; private Integer dcIn1SwitchTripSt; @ApiModelProperty(value = "第2路直流输入开关跳闸-模拟值-DCSWIB") private Integer dcin2SwitchTripFake; private Integer dcIn2SwitchTripFake; @ApiModelProperty(value = "第2路直流输入开关跳闸-使用状态[0-真实值 1-模拟值]-DCSWIB") private Integer dcin2SwitchTripSt; private Integer dcIn2SwitchTripSt; @ApiModelProperty(value = "1段直流第1-25路开关跳闸-模拟值-DCSWIB") private Integer dc1Switch1TripFake; @@ -414,10 +414,10 @@ private Integer dc2Switch4TripSt; @ApiModelProperty(value = "监控单元故障-模拟值-DCSWIB") private Integer monitorerrFake; private Integer monitorErrFake; @ApiModelProperty(value = "监控单元故障-使用状态[0-真实值 1-模拟值]-DCSWIB") private Integer monitorerrSt; private Integer monitorErrSt; @ApiModelProperty(value = "直流配电柜总告警-模拟值-DCSWIB") private Integer dcCabinetTatalAlmFake;