lxw
2023-11-30 41c27388a023a7b33b40b46b655896f123ef432c
Merge branch 'master' of http://118.89.139.230:10101/r/MonitStation
4 文件已重命名
198 ■■■■■ 已修改文件
src/main/java/com/whyc/pojo/db_ckpwrdev_data_rt/CKPowerDevBattRtData.java 30 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/whyc/pojo/db_ckpwrdev_data_rt/CKPowerDevBattRtDataSet.java 24 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/whyc/pojo/db_ckpwrdev_data_rt/CKPowerDevBattRtState.java 84 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/whyc/pojo/db_ckpwrdev_data_rt/CKPowerDevBattRtStateSet.java 60 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/whyc/pojo/db_ckpwrdev_data_rt/CKPowerDevBattRtData.java
File was renamed from src/main/java/com/whyc/pojo/db_ckpwrdev_data_rt/CKPowerDevBattRtdata.java
@@ -1,6 +1,7 @@
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;
@@ -13,19 +14,12 @@
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_rtdata")
@ApiModel(value="CkpowerdevBattRtdata对象", description="测控电源核容装置电池单体实时状态表")
public class CKPowerDevBattRtdata implements Serializable {
@ApiModel("测控电源核容装置电池单体实时状态表")
public class CKPowerDevBattRtData implements Serializable {
    private static final long serialVersionUID = 1L;
@@ -72,22 +66,28 @@
    private Integer monTmpSt;
    @ApiModelProperty(value = "单体剩余容量-真实值")
    private Integer monRestcapReal;
    @TableField("mon_restcap_real")
    private Integer monRestCapReal;
    @ApiModelProperty(value = "单体剩余容量-模拟值")
    private Integer monRestcapFake;
    @TableField("mon_restcap_fake")
    private Integer monRestCapFake;
    @ApiModelProperty(value = "单体剩余容量-使用状态[0-真实值  1-模拟值]")
    private Integer monRestcapSt;
    @TableField("mon_restcap_st")
    private Integer monRestCapSt;
    @ApiModelProperty(value = "单体均衡电流-真实值")
    private Float monJhcurrReal;
    @TableField("mon_jhcurr_real")
    private Float monJhCurrReal;
    @ApiModelProperty(value = "单体均衡电流-模拟值")
    private Float monJhcurrFake;
    @TableField("mon_jhcurr_fake")
    private Float monJhCurrFake;
    @ApiModelProperty(value = "单体均衡电流-使用状态[0-真实值  1-模拟值]")
    private Integer monJhcurrSt;
    @TableField("mon_jhcurr_st")
    private Integer monJhCurrSt;
    @ApiModelProperty(value = "核容测试终止时单体电压-真实值")
    private Float testMonVolReal;
src/main/java/com/whyc/pojo/db_ckpwrdev_data_rt/CKPowerDevBattRtDataSet.java
File was renamed from src/main/java/com/whyc/pojo/db_ckpwrdev_data_rt/CKPowerDevBattRtdataSet.java
@@ -1,6 +1,7 @@
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;
@@ -12,19 +13,12 @@
import java.io.Serializable;
/**
 * <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_rtdata_set")
@ApiModel(value="CkpowerdevBattRtdataSet对象", description="测控电源核容装置单体信息配置表")
public class CKPowerDevBattRtdataSet implements Serializable {
@ApiModel("测控电源核容装置单体信息配置表")
public class CKPowerDevBattRtDataSet implements Serializable {
    private static final long serialVersionUID = 1L;
@@ -59,16 +53,20 @@
    private Integer monTmpSt;
    @ApiModelProperty(value = "单体剩余容量-模拟值")
    private Integer monRestcapFake;
    @TableField("mon_restcap_fake")
    private Integer monRestCapFake;
    @ApiModelProperty(value = "单体剩余容量-使用状态[0-真实值  1-模拟值]")
    private Integer monRestcapSt;
    @TableField("mon_restcap_st")
    private Integer monRestCapSt;
    @ApiModelProperty(value = "单体均衡电流-模拟值")
    private Float monJhcurrFake;
    @TableField("mon_jhcurr_fake")
    private Float monJhCurrFake;
    @ApiModelProperty(value = "单体均衡电流-使用状态[0-真实值  1-模拟值]")
    private Integer monJhcurrSt;
    @TableField("mon_jhcurr_st")
    private Integer monJhCurrSt;
    @ApiModelProperty(value = "核容测试终止时单体电压-模拟值")
    private Float testMonVolFake;
src/main/java/com/whyc/pojo/db_ckpwrdev_data_rt/CKPowerDevBattRtState.java
File was renamed from src/main/java/com/whyc/pojo/db_ckpwrdev_data_rt/CKPowerDevBattRtstate.java
@@ -1,6 +1,7 @@
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;
@@ -13,19 +14,12 @@
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;
@@ -78,22 +72,28 @@
    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;
@@ -114,41 +114,53 @@
    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;
@@ -205,22 +217,28 @@
    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;
src/main/java/com/whyc/pojo/db_ckpwrdev_data_rt/CKPowerDevBattRtStateSet.java
File was renamed from src/main/java/com/whyc/pojo/db_ckpwrdev_data_rt/CKPowerDevBattRtstateSet.java
@@ -1,6 +1,7 @@
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;
@@ -12,19 +13,12 @@
import java.io.Serializable;
/**
 * <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_set")
@ApiModel(value="CkpowerdevBattRtstateSet对象", description="蓄电池组组端以及主控信息实时状态设置表")
public class CKPowerDevBattRtstateSet implements Serializable {
@ApiModel("蓄电池组组端以及主控信息实时状态设置表")
public class CKPowerDevBattRtStateSet implements Serializable {
    private static final long serialVersionUID = 1L;
@@ -65,16 +59,20 @@
    private Integer testOverVolSt;
    @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 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 testOverTimeFake;
@@ -89,28 +87,36 @@
    private Integer testDisCurrSt;
    @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 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 devWorkstateFake;
    @TableField("dev_workstate_fake")
    private Integer devWorkStateFake;
    @ApiModelProperty(value = "蓄电池远程核容系统工作状态-使用状态[0-真实值  1-模拟值]")
    private Integer devWorkstateSt;
    @TableField("dev_workstate_st")
    private Integer devWorkStateSt;
    @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 testCapFake;
@@ -149,16 +155,20 @@
    private Integer k1PointCurrSt;
    @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 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 devTmpFake;