whyclxw
2024-07-01 0ce771b4a4ff5897dc91bb1b84a4561781b00ca5
src/main/java/com/whyc/pojo/db_ckpwrdev_data_rt/CKPowerDevSignal.java
@@ -936,7 +936,7 @@
    @ApiModelProperty("第1路交流C相过压-真实值-CPSS")
    private Integer ac1OverVolCReal;
    @TableField("ac1_over_volcFake")
    @TableField("ac1_over_volc_fake")
    @ApiModelProperty("第1路交流C相过压-模拟值-CPSS")
    private Integer ac1OverVolCFake;
@@ -1012,7 +1012,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;
@@ -1052,7 +1052,7 @@
    @ApiModelProperty("第1路交流B相缺相-使用状态[0-真实值   1-模拟值]-CPSS")
    private Integer ac1LessVolBSt;
    @TableField("ac1_lessVolc_real")
    @TableField("ac1_less_volc_real")
    @ApiModelProperty("第1路交流C相缺相-真实值-CPSS")
    private Integer ac1LessVolCReal;
@@ -1111,4 +1111,16 @@
    @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;
}