| | |
| | | import lombok.Data; |
| | | |
| | | import java.io.Serializable; |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * |
| | |
| | | @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; |
| | | |
| | |
| | | @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; |
| | | |
| | |
| | | @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; |
| | | |
| | |
| | | @TableField("gp_monitorerr_st") |
| | | @ApiModelProperty("高频监控单元故障-使用状态[0-真实值 1-模拟值]-CPSS") |
| | | private Integer gpMonitorErrSt; |
| | | |
| | | @TableField(exist = false) |
| | | private List<CKPowerDevSignalSetLog> logList; |
| | | |
| | | } |