whyclxw
2022-01-04 94c97cfe487585986d9e71892b5dc0564a7c95e8
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
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
package com.whyc.pojo;
 
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 io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.experimental.Accessors;
 
import java.io.Serializable;
import java.util.Date;
 
/**
 * <p>
 * 
 * </p>
 *
 * @author lxw
 * @since 2021-12-15
 */
@Data
@EqualsAndHashCode(callSuper = false)
@Accessors(chain = true)
@TableName(schema = "db_ram_db",value = "tb_fbs9100_setparam")
@ApiModel(value="Fbs9100Setparam对象", description="")
public class Fbs9100Setparam implements Serializable {
 
    private static final long serialVersionUID = 1L;
 
    @TableId(value = "num", type = IdType.AUTO)
    private Long num;
 
    private String devIp;
 
    private Long devId;
 
    private Integer opCmd;
 
    @TableField("TestCmd")
    private Integer TestCmd;
 
    @TableField("HourRate")
    private Integer HourRate;
 
    @TableField("DisCurr")
    private Float DisCurr;
 
    @TableField("DisCap")
    private Float DisCap;
 
    @TableField("DisTime")
    private Integer DisTime;
 
    @TableField("GroupVol_LOW")
    private Float groupvolLow;
 
    @TableField("MonomerVol_LOW")
    private Float monomervolLow;
 
    @TableField("MonomerLowCount")
    private Integer MonomerLowCount;
 
    @TableField("BattGroupNum")
    private Integer BattGroupNum;
 
    @TableField("OnlineVolLowAction")
    private Integer OnlineVolLowAction;
 
    @TableField("DCVolHighLimit")
    private Float DCVolHighLimit;
 
    @TableField("ChargeCurrSet")
    private Float ChargeCurrSet;
 
    @TableField("MonomerTmp_High")
    private Float monomertmpHigh;
 
    @TableField("AutoTestStartVol")
    private Float AutoTestStartVol;
 
    @TableField("OnLineVol_Low")
    private Float onlinevolLow;
 
    @TableField("OffLineYH_Cycle")
    private Integer offlineyhCycle;
 
    @TableField("OffLineYHstarttime")
    private Date OffLineYHstarttime;
 
    @TableField("OffLineYHTimes")
    private Integer OffLineYHTimes;
 
    @TableField("OffLineYHOnceCycle")
    private Integer OffLineYHOnceCycle;
 
    @ApiModelProperty(value = "每组单体数")
    @TableField("MonCount")
    private Integer MonCount;
 
    @ApiModelProperty(value = "单体电压")
    @TableField("MonVol")
    private Float MonVol;
 
    @ApiModelProperty(value = "预放功率(0.1kw)")
    @TableField("DisPower")
    private Float DisPower;
 
    @ApiModelProperty(value = "放电阻值(mΩ)")
    @TableField("DisPreRes")
    private Float DisPreRes;
 
    @ApiModelProperty(value = "充电容量(AH)")
    @TableField("CharCap")
    private Integer CharCap;
 
    @ApiModelProperty(value = "充电时长(min)")
    @TableField("CharTimeLong")
    private Integer CharTimeLong;
 
    @ApiModelProperty(value = "浮充时长")
    @TableField("FloatCharTimeLong")
    private Integer FloatCharTimeLong;
 
    @ApiModelProperty(value = "截止电流(0.1A)")
    @TableField("CharSotpCurr")
    private Float CharSotpCurr;
 
    @ApiModelProperty(value = "单体上限(0.01V)")
    @TableField("MonVolHightLimit")
    private Float MonVolHightLimit;
 
    @ApiModelProperty(value = "单体上限数量")
    @TableField("MonVolHightLimitCount")
    private Integer MonVolHightLimitCount;
 
    @ApiModelProperty(value = "充电过温")
    @TableField("CharHighTmp")
    private Float CharHighTmp;
 
    @ApiModelProperty(value = "放完静置(0-500分钟)")
    @TableField("DisWaitTime")
    private Integer DisWaitTime;
 
    @ApiModelProperty(value = "充完静置(0-500分钟)")
    @TableField("CharWaitTime")
    private Integer CharWaitTime;
 
    @ApiModelProperty(value = "恒流总阶段数[1-3]")
    @TableField("FlowOver_Count")
    private Integer flowoverCount;
 
    @ApiModelProperty(value = "恒流1阶段充电电流")
    @TableField("FlowOver_CharCurr_1")
    private Float flowoverCharcurr1;
 
    @ApiModelProperty(value = "恒流2阶段充电电流")
    @TableField("FlowOver_CharCurr_2")
    private Float flowoverCharcurr2;
 
    @ApiModelProperty(value = "恒流3阶段充电电流")
    @TableField("FlowOver_CharCurr_3")
    private Float flowoverCharcurr3;
 
    @ApiModelProperty(value = "恒流1阶段充电时长")
    @TableField("FlowOver_CharTime_1")
    private Integer flowoverChartime1;
 
    @ApiModelProperty(value = "恒流2阶段充电时长")
    @TableField("FlowOver_CharTime_2")
    private Integer flowoverChartime2;
 
    @ApiModelProperty(value = "恒流3阶段充电时长")
    @TableField("FlowOver_CharTime_3")
    private Integer flowoverChartime3;
 
    @TableField(exist = false)
    private String stationName;
    @TableField(exist = false)
    private Integer fBSDeviceId;
    @TableField(exist = false)
    private String fbsDeviceIp;
    @TableField(exist = false)
    private Integer battGroupId;
    @TableField(exist = false)
    private String battGroupName;
    @TableField(exist = false)
    private Integer groupIndexInFBSDevice;
    @TableField(exist = false)
    private Float monVolStd;
    @TableField(exist = false)
    private Integer monCount;
    @TableField(exist = false)
    private Float monCapStd;
    @TableField(exist = false)
    private Float loadCurr;
 
}