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;
/**
 *
@@ -415,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;
@@ -631,7 +632,7 @@
    @ApiModelProperty("第1路交流B相欠压-使用状态[0-真实值   1-模拟值]-CPSS")
    private Integer ac1UnderVolBSt;
    @TableField("ac1_over_volcFake")
    @TableField("ac1_over_volc_fake")
    @ApiModelProperty("第1路交流C相过压-模拟值-CPSS")
    private Integer ac1OverVolCFake;
@@ -683,7 +684,7 @@
    @ApiModelProperty("第2路交流C相过压-模拟值-CPSS")
    private Integer ac2OverVolCFake;
    @TableField("ac2_overVolc_st")
    @TableField("ac2_over_volc_st")
    @ApiModelProperty("第2路交流C相过压-使用状态[0-真实值   1-模拟值]-CPSS")
    private Integer ac2OverVolCSt;
@@ -750,4 +751,8 @@
    @TableField("gp_monitorerr_st")
    @ApiModelProperty("高频监控单元故障-使用状态[0-真实值   1-模拟值]-CPSS")
    private Integer gpMonitorErrSt;
    @TableField(exist = false)
    private List<CKPowerDevSignalSetLog> logList;
}