File was renamed from src/main/java/com/whyc/pojo/db_ckpwrdev_data_rt/CKPowerDevBattRtstate.java |
| | |
| | | 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; |
| | |
| | | import java.util.Date; |
| | | |
| | | /** |
| | | * <p> |
| | | * 蓄电池组组端以及主控信息实时状态表 |
| | | * </p> |
| | | * |
| | | * @author lxw |
| | | * @since 2023-11-27 |
| | | */ |
| | | @Data |
| | | @EqualsAndHashCode(callSuper = false) |
| | | @Accessors(chain = true) |
| | | @TableName(schema = "db_ckpwrdev_data_rt",value = "tb_ckpowerdev_batt_rtstate") |
| | | @ApiModel(value="CkpowerdevBattRtstate对象", description="蓄电池组组端以及主控信息实时状态表") |
| | | public class CKPowerDevBattRtstate implements Serializable { |
| | | @ApiModel("蓄电池组组端以及主控信息实时状态表") |
| | | public class CKPowerDevBattRtState implements Serializable { |
| | | |
| | | private static final long serialVersionUID = 1L; |
| | | |
| | |
| | | private Integer testOverVolSt; |
| | | |
| | | @ApiModelProperty(value = "测试终止剩余容量-真实值") |
| | | private Integer testOverRestcapReal; |
| | | @TableField("test_over_restcap_real") |
| | | private Integer testOverRestCapReal; |
| | | |
| | | @ApiModelProperty(value = "测试终止剩余容量-模拟值") |
| | | private Integer testOverRestcapFake; |
| | | @TableField("test_over_restcap_fake") |
| | | private Integer testOverRestCapFake; |
| | | |
| | | @ApiModelProperty(value = "测试终止剩余容量-使用状态[0-真实值 1-模拟值]") |
| | | private Integer testOverRestcapSt; |
| | | @TableField("test_over_restcap_st") |
| | | private Integer testOverRestCapSt; |
| | | |
| | | @ApiModelProperty(value = "测试终止容量上限阈值-真实值") |
| | | private Integer testOverCapHighlimitReal; |
| | | @TableField("test_over_cap_highlimit_real") |
| | | private Integer testOverCapHighLimitReal; |
| | | |
| | | @ApiModelProperty(value = "测试终止容量上限阈值-模拟值") |
| | | private Integer testOverCapHighlimitFake; |
| | | @TableField("test_over_cap_highlimit_fake") |
| | | private Integer testOverCapHighLimitFake; |
| | | |
| | | @ApiModelProperty(value = "测试终止容量上限阈值-使用状态[0-真实值 1-模拟值]") |
| | | private Integer testOverCapHighlimitSt; |
| | | @TableField("test_over_cap_highlimit_st") |
| | | private Integer testOverCapHighLimitSt; |
| | | |
| | | @ApiModelProperty(value = "测试终止时间-真实值") |
| | | private Integer testOverTimeReal; |
| | |
| | | private Integer testDisCurrSt; |
| | | |
| | | @ApiModelProperty(value = "核容测试终止单体电压下限阈值-真实值") |
| | | private Float testOverMonvolLowlimitReal; |
| | | @TableField("test_over_monvol_lowlimit_real") |
| | | private Float testOverMonVolLowLimitReal; |
| | | |
| | | @ApiModelProperty(value = "核容测试终止单体电压下限阈值-模拟值") |
| | | private Float testOverMonvolLowlimitFake; |
| | | @TableField("test_over_monvol_lowlimit_fake") |
| | | private Float testOverMonVolLowLimitFake; |
| | | |
| | | @ApiModelProperty(value = "核容测试终止单体电压下限阈值-使用状态[0-真实值 1-模拟值]") |
| | | private Integer testOverMonvolLowlimitSt; |
| | | @TableField("test_over_monvol_lowlimit_st") |
| | | private Integer testOverMonVolLowLimitSt; |
| | | |
| | | @ApiModelProperty(value = "核容测试终止单体温度上限阈值-真实值") |
| | | private Float testOverMontmpHighlimitReal; |
| | | @TableField("test_over_montmp_highlimit_real") |
| | | private Float testOverMonTmpHighLimitReal; |
| | | |
| | | @ApiModelProperty(value = "核容测试终止单体温度上限阈值-模拟值") |
| | | private Float testOverMontmpHighlimitFake; |
| | | @TableField("test_over_montmp_highlimit_fake") |
| | | private Float testOverMonTmpHighLimitFake; |
| | | |
| | | @ApiModelProperty(value = "核容测试终止单体温度上限阈值-使用状态[0-真实值 1-模拟值]") |
| | | private Integer testOverMontmpHighlimitSt; |
| | | @TableField("test_over_montmp_highlimit_st") |
| | | private Integer testOverMonTmpHighLimitSt; |
| | | |
| | | @ApiModelProperty(value = "蓄电池远程核容系统工作状态-真实值 [0:在线浮充 1:预充电(限流充电) 2:核容测试 3:停电放电 4:内阻测试 5:K1/D1 测试]") |
| | | private Integer devWorkstateReal; |
| | | @TableField("dev_workstate_real") |
| | | private Integer devWorkStateReal; |
| | | |
| | | @ApiModelProperty(value = "蓄电池远程核容系统工作状态-模拟值") |
| | | private Integer devWorkstateFake; |
| | | @TableField("dev_workstate_fake") |
| | | private Integer devWorkStateFake; |
| | | |
| | | @ApiModelProperty(value = "蓄电池远程核容系统工作状态-使用状态[0-真实值 1-模拟值]") |
| | | private Integer devWorkstateSt; |
| | | @TableField("dev_workstate_st") |
| | | private Integer devWorkStateSt; |
| | | |
| | | @ApiModelProperty(value = "核容终止原因-真实值 [1:手动终止 2:放电时间到终止 3:放电容量到终止 4:单体电压下限到终止 5:单体温度上限终止 6:组端电压下限到终止 7:市电中断终止 " + |
| | | "8:单体模块通信异常终止 9:存储数据满终止 10:机内温度异常终止 11:放电电流异常终止 12:后台通信中断终止 13:内部程序异常终止 14:电源电压高终止 15:协转通信异常 16:其他 17:外部输入干接点终止]") |
| | | private Integer testStoptypeReal; |
| | | @TableField("test_stoptype_real") |
| | | private Integer testStopTypeReal; |
| | | |
| | | @ApiModelProperty(value = "核容终止原因-模拟值") |
| | | private Integer testStoptypeFake; |
| | | @TableField("test_stoptype_fake") |
| | | private Integer testStopTypeFake; |
| | | |
| | | @ApiModelProperty(value = "核容终止原因-使用状态[0-真实值 1-模拟值]") |
| | | private Integer testStoptypeSt; |
| | | @TableField("test_stoptype_st") |
| | | private Integer testStopTypeSt; |
| | | |
| | | @ApiModelProperty(value = "核容测试终止时已放电容量-真实值") |
| | | private Integer testCapReal; |
| | |
| | | private Integer k1PointCurrSt; |
| | | |
| | | @ApiModelProperty(value = "D1导通压降-真实值") |
| | | private Float d1CondvoldpReal; |
| | | @TableField("d1_condvoldp_real") |
| | | private Float d1CondVolDpReal; |
| | | |
| | | @ApiModelProperty(value = "D1导通压降-模拟值") |
| | | private Float d1CondvoldpFake; |
| | | @TableField("d1_condvoldp_fake") |
| | | private Float d1CondVolDpFake; |
| | | |
| | | @ApiModelProperty(value = "D1导通压降-使用状态[0-真实值 1-模拟值]") |
| | | private Integer d1CondvoldpSt; |
| | | @TableField("d1_condvoldp_st") |
| | | private Integer d1CondVolDpSt; |
| | | |
| | | @ApiModelProperty(value = "D1导通测试电流-真实值") |
| | | private Float d1CondtestcurrReal; |
| | | @TableField("d1_condtestcurr_real") |
| | | private Float d1CondTestCurrReal; |
| | | |
| | | @ApiModelProperty(value = "D1导通测试电流-模拟值") |
| | | private Float d1CondtestcurrFake; |
| | | @TableField("d1_condtestcurr_fake") |
| | | private Float d1CondTestCurrFake; |
| | | |
| | | @ApiModelProperty(value = "D1导通测试电流-使用状态[0-真实值 1-模拟值]") |
| | | private Integer d1CondtestcurrSt; |
| | | @TableField("d1_condtestcurr_st") |
| | | private Integer d1CondTestCurrSt; |
| | | |
| | | @ApiModelProperty(value = "通信蓄电池远程核容系统内部温度-真实值") |
| | | private Float devTmpReal; |