whyclxw
2024-07-01 0ce771b4a4ff5897dc91bb1b84a4561781b00ca5
src/main/java/com/whyc/pojo/db_ckpwrdev_data_rt/CKPowerDevSignalSet.java
@@ -9,6 +9,7 @@
import lombok.Data;
import java.io.Serializable;
import java.util.List;
/**
 *
@@ -235,10 +236,6 @@
    @TableField("ac1_outswitch1_trip_fake")
    private Integer ac1OutSwitch1TripFake;
    @ApiModelProperty(value = "1段交流母线输出开关1-25跳闸-真实值-ACSWIB")
    @TableField("ac1_outswitch1_trip_real")
    private Integer ac1OutSwitch1TripReal;
    @ApiModelProperty(value = "1段交流母线输出开关1-25跳闸使用状态[0-真实值   1-模拟值]-ACSWIB")
    @TableField("ac1_outswitch1_trip_st")
    private Integer ac1OutSwitch1TripSt;
@@ -270,10 +267,6 @@
    @ApiModelProperty(value = "2段交流母线输出开关1-25跳闸-模拟值-ACSWIB")
    @TableField("ac2_outswitch1_trip_fake")
    private Integer ac2OutSwitch1TripFake;
    @ApiModelProperty(value = "2段交流母线输出开关1-25跳闸-真实值-ACSWIB")
    @TableField("ac2_outswitch1_trip_real")
    private Integer ac2OutSwitch1TripReal;
    @ApiModelProperty(value = "2段交流母线输出开关1-25跳闸使用状态[0-真实值   1-模拟值]-ACSWIB")
    @TableField("ac2_outswitch1_trip_st")
@@ -423,11 +416,11 @@
    @TableField("jun_float_state_st")
    private Integer junFloatStateSt;
    @ApiModelProperty(value = "在用交流输入路数[0-1路交流在用 1-2路交流在用]-模拟值")
    @ApiModelProperty(value = "在用交流输入路数[0-1路交流在用 1-2路交流在用]-模拟值-CPSS")
    @TableField("acin_usecount_fake")
    private Integer acInUseCountFake;
    @ApiModelProperty(value = "在用交流输入路数-使用状态[0-真实值   1-模拟值]")
    @ApiModelProperty(value = "在用交流输入路数-使用状态[0-真实值   1-模拟值-CPSS]")
    @TableField("acin_usecount_st")
    private Integer acInUseCountSt;
@@ -483,10 +476,6 @@
    @TableField("dc1_switch1_trip_fake")
    private Integer dc1Switch1TripFake;
    @ApiModelProperty(value = "1段直流第1-25路开关跳闸-真实值-DCSWIB")
    @TableField("dc1_switch1_trip_real")
    private Integer dc1Switch1TripReal;
    @ApiModelProperty(value = "1段直流第1-25路开关跳闸-使用状态[0-真实值   1-模拟值]-DCSWIB")
    @TableField("dc1_switch1_trip_st")
    private Integer dc1Switch1TripSt;
@@ -518,10 +507,6 @@
    @ApiModelProperty(value = "2段直流第1-25路开关跳闸-模拟值-DCSWIB")
    @TableField("dc2_switch1_trip_fake")
    private Integer dc2Switch1TripFake;
    @ApiModelProperty(value = "2段直流第1-25路开关跳闸-真实值-DCSWIB")
    @TableField("dc2_switch1_trip_real")
    private Integer dc2Switch1TripReal;
    @ApiModelProperty(value = "2段直流第1-25路开关跳闸-使用状态[0-真实值   1-模拟值]-DCSWIB")
    @TableField("dc2_switch1_trip_st")
@@ -767,11 +752,7 @@
    @ApiModelProperty("高频监控单元故障-使用状态[0-真实值   1-模拟值]-CPSS")
    private Integer gpMonitorErrSt;
    @TableField(exist = false)
    private String switchNumber;
    private List<CKPowerDevSignalSetLog> logList;
    @TableField(exist = false)
    private Integer switchStatus;
}