lxw
2023-11-27 5a466c7d8e6d2318fa51a77b61a0a46b0186cf8d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
package com.whyc.pojo.db_ckpwrdev_data_rt;
 
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.experimental.Accessors;
 
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 {
 
    private static final long serialVersionUID = 1L;
 
    @TableId(value = "num", type = IdType.AUTO)
    private Long num;
 
    @ApiModelProperty(value = "电源id")
    private Integer powerDeviceId;
 
    @ApiModelProperty(value = "命令")
    private Integer opCmd;
 
    @ApiModelProperty(value = "电池组索引[0-电池组1   1-电池组2]")
    private Integer battIndex;
 
    @ApiModelProperty(value = "电池组电压-真实值")
    private Float groupVolFake;
 
    @ApiModelProperty(value = "电池组电压-使用状态[0-真实值  1-模拟值]'")
    private Integer groupVolSt;
 
    @ApiModelProperty(value = "电池组电流-模拟值")
    private Float groupCurrFake;
 
    @ApiModelProperty(value = "电池组电流-使用状态[0-真实值  1-模拟值]")
    private Integer groupCurrSt;
 
    @ApiModelProperty(value = "在线端电压-模拟值")
    private Float onlineVolFake;
 
    @ApiModelProperty(value = "在线端电压-使用状态[0-真实值  1-模拟值]")
    private Integer onlineVolSt;
 
    @ApiModelProperty(value = "测试终止电压-模拟值")
    private Float testOverVolFake;
 
    @ApiModelProperty(value = "测试终止电压-使用状态[0-真实值  1-模拟值]")
    private Integer testOverVolSt;
 
    @ApiModelProperty(value = "测试终止剩余容量-模拟值")
    private Integer testOverRestcapFake;
 
    @ApiModelProperty(value = "测试终止剩余容量-使用状态[0-真实值  1-模拟值]")
    private Integer testOverRestcapSt;
 
    @ApiModelProperty(value = "测试终止容量上限阈值-模拟值")
    private Integer testOverCapHighlimitFake;
 
    @ApiModelProperty(value = "测试终止容量上限阈值-使用状态[0-真实值  1-模拟值]")
    private Integer testOverCapHighlimitSt;
 
    @ApiModelProperty(value = "测试终止时间-模拟值")
    private Integer testOverTimeFake;
 
    @ApiModelProperty(value = "测试终止时间-使用状态[0-真实值  1-模拟值]")
    private Integer testOverTimeSt;
 
    @ApiModelProperty(value = "测试过程放电电流设定值-模拟值")
    private Float testDisCurrFake;
 
    @ApiModelProperty(value = "测试过程放电电流设定值-使用状态[0-真实值  1-模拟值]")
    private Integer testDisCurrSt;
 
    @ApiModelProperty(value = "核容测试终止单体电压下限阈值-模拟值")
    private Float testOverMonvolLowlimitFake;
 
    @ApiModelProperty(value = "核容测试终止单体电压下限阈值-使用状态[0-真实值  1-模拟值]")
    private Integer testOverMonvolLowlimitSt;
 
    @ApiModelProperty(value = "核容测试终止单体温度上限阈值-模拟值")
    private Float testOverMontmpHighlimitFake;
 
    @ApiModelProperty(value = "核容测试终止单体温度上限阈值-使用状态[0-真实值  1-模拟值]")
    private Integer testOverMontmpHighlimitSt;
 
    @ApiModelProperty(value = "蓄电池远程核容系统工作状态-模拟值 [0:在线浮充 1:预充电(限流充电) 2:核容测试 3:停电放电 4:内阻测试 5:K1/D1 测试]")
    private Integer devWorkstateFake;
 
    @ApiModelProperty(value = "蓄电池远程核容系统工作状态-使用状态[0-真实值  1-模拟值]")
    private Integer devWorkstateSt;
 
    @ApiModelProperty(value = "核容终止原因-模拟值")
    private Integer testStoptypeFake;
 
    @ApiModelProperty(value = "核容终止原因-使用状态[0-真实值  1-模拟值]")
    private Integer testStoptypeSt;
 
    @ApiModelProperty(value = "核容测试终止时已放电容量-模拟值")
    private Integer testCapFake;
 
    @ApiModelProperty(value = "核容测试终止时已放电容量-使用状态[0-真实值  1-模拟值]")
    private Integer testCapSt;
 
    @ApiModelProperty(value = "核容测试终止时蓄电池组端电压-模拟值")
    private Float testGroupVolFake;
 
    @ApiModelProperty(value = "核容测试终止时蓄电池组端电压-使用状态[0-真实值  1-模拟值]")
    private Integer testGroupVolSt;
 
    @ApiModelProperty(value = "核容测试终止时在线电源端电压-模拟值")
    private Float testOnlineVolFake;
 
    @ApiModelProperty(value = "核容测试终止时在线电源端电压-使用状态[0-真实值  1-模拟值]")
    private Integer testOnlineVolSt;
 
    @ApiModelProperty(value = "核容测试终止时核容电流-模拟值")
    private Float testOverCurrFake;
 
    @ApiModelProperty(value = "核容测试终止时核容电流-使用状态[0-真实值  1-模拟值]")
    private Integer testOverCurrSt;
 
    @ApiModelProperty(value = "K1触点电阻值-模拟值")
    private Integer k1PointResFake;
 
    @ApiModelProperty(value = "K1触点电阻值-使用状态[0-真实值  1-模拟值]")
    private Integer k1PointResSt;
 
    @ApiModelProperty(value = "K1触点测试电流-模拟值")
    private Float k1PointCurrFake;
 
    @ApiModelProperty(value = "K1触点测试电流-使用状态[0-真实值  1-模拟值]")
    private Integer k1PointCurrSt;
 
    @ApiModelProperty(value = "D1导通压降-模拟值")
    private Float d1CondvoldpFake;
 
    @ApiModelProperty(value = "D1导通压降-使用状态[0-真实值  1-模拟值]")
    private Integer d1CondvoldpSt;
 
    @ApiModelProperty(value = "D1导通测试电流-模拟值")
    private Float d1CondtestcurrFake;
 
    @ApiModelProperty(value = "D1导通测试电流-使用状态[0-真实值  1-模拟值]")
    private Integer d1CondtestcurrSt;
 
    @ApiModelProperty(value = "通信蓄电池远程核容系统内部温度-模拟值")
    private Float devTmpFake;
 
    @ApiModelProperty(value = "通信蓄电池远程核容系统内部温度-使用状态[0-真实值  1-模拟值]")
    private Integer devTmpSt;
 
 
}