whycrzg
2021-02-23 351b9a53cb9ecebdf8f79db0117f540d9c42c2a4
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
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
package com.fgkj.dto.ram;
 
import org.apache.ibatis.type.Alias;
 
import java.io.Serializable;
@Alias("Fbs9100s_fod_param")
public class Fbs9100s_fod_param implements Serializable{
    private int num;
    private int dev_id;
    private int op_cmd;
    private int test_cmd;
    private int groupNum;
    private int stdCap_one;//标称容量
    private float floatVol_one;//浮充电压
    private float strength_one;//除硫强度(<=30
    private float yhstrength_one;//养护强度(<=30)
    private int timeLong_one;//除硫天数
    private int stdCap_two;
    private float floatVol_two;
    private float strength_two;
    private float yhstrength_two;
    private int timeLong_two;
    private int stdCap_three;
    private float floatVol_three;
    private float strength_three;
    private float yhstrength_three;
    private int timeLong_three;
    private int stdCap_four;
    private float floatVol_four;
    private float strength_four;
    private float yhstrength_four;
    private int timeLong_four;
 
    public int getNum() {
        return num;
    }
 
    public void setNum(int num) {
        this.num = num;
    }
 
    public int getDev_id() {
        return dev_id;
    }
 
    public void setDev_id(int dev_id) {
        this.dev_id = dev_id;
    }
 
    public int getOp_cmd() {
        return op_cmd;
    }
 
    public void setOp_cmd(int op_cmd) {
        this.op_cmd = op_cmd;
    }
 
    public int getTest_cmd() {
        return test_cmd;
    }
 
    public void setTest_cmd(int test_cmd) {
        this.test_cmd = test_cmd;
    }
 
    public int getGroupNum() {
        return groupNum;
    }
 
    public void setGroupNum(int groupNum) {
        this.groupNum = groupNum;
    }
 
    public int getStdCap_one() {
        return stdCap_one;
    }
 
    public void setStdCap_one(int stdCap_one) {
        this.stdCap_one = stdCap_one;
    }
 
    public float getFloatVol_one() {
        return floatVol_one;
    }
 
    public void setFloatVol_one(float floatVol_one) {
        this.floatVol_one = floatVol_one;
    }
 
    public float getStrength_one() {
        return strength_one;
    }
 
    public void setStrength_one(float strength_one) {
        this.strength_one = strength_one;
    }
 
    public float getYhstrength_one() {
        return yhstrength_one;
    }
 
    public void setYhstrength_one(float yhstrength_one) {
        this.yhstrength_one = yhstrength_one;
    }
 
    public int getTimeLong_one() {
        return timeLong_one;
    }
 
    public void setTimeLong_one(int timeLong_one) {
        this.timeLong_one = timeLong_one;
    }
 
    public int getStdCap_two() {
        return stdCap_two;
    }
 
    public void setStdCap_two(int stdCap_two) {
        this.stdCap_two = stdCap_two;
    }
 
    public float getFloatVol_two() {
        return floatVol_two;
    }
 
    public void setFloatVol_two(float floatVol_two) {
        this.floatVol_two = floatVol_two;
    }
 
    public float getStrength_two() {
        return strength_two;
    }
 
    public void setStrength_two(float strength_two) {
        this.strength_two = strength_two;
    }
 
    public float getYhstrength_two() {
        return yhstrength_two;
    }
 
    public void setYhstrength_two(float yhstrength_two) {
        this.yhstrength_two = yhstrength_two;
    }
 
    public int getTimeLong_two() {
        return timeLong_two;
    }
 
    public void setTimeLong_two(int timeLong_two) {
        this.timeLong_two = timeLong_two;
    }
 
    public int getStdCap_three() {
        return stdCap_three;
    }
 
    public void setStdCap_three(int stdCap_three) {
        this.stdCap_three = stdCap_three;
    }
 
    public float getFloatVol_three() {
        return floatVol_three;
    }
 
    public void setFloatVol_three(float floatVol_three) {
        this.floatVol_three = floatVol_three;
    }
 
    public float getStrength_three() {
        return strength_three;
    }
 
    public void setStrength_three(float strength_three) {
        this.strength_three = strength_three;
    }
 
    public float getYhstrength_three() {
        return yhstrength_three;
    }
 
    public void setYhstrength_three(float yhstrength_three) {
        this.yhstrength_three = yhstrength_three;
    }
 
    public int getTimeLong_three() {
        return timeLong_three;
    }
 
    public void setTimeLong_three(int timeLong_three) {
        this.timeLong_three = timeLong_three;
    }
 
    public int getStdCap_four() {
        return stdCap_four;
    }
 
    public void setStdCap_four(int stdCap_four) {
        this.stdCap_four = stdCap_four;
    }
 
    public float getFloatVol_four() {
        return floatVol_four;
    }
 
    public void setFloatVol_four(float floatVol_four) {
        this.floatVol_four = floatVol_four;
    }
 
    public float getStrength_four() {
        return strength_four;
    }
 
    public void setStrength_four(float strength_four) {
        this.strength_four = strength_four;
    }
 
    public float getYhstrength_four() {
        return yhstrength_four;
    }
 
    public void setYhstrength_four(float yhstrength_four) {
        this.yhstrength_four = yhstrength_four;
    }
 
    public int getTimeLong_four() {
        return timeLong_four;
    }
 
    public void setTimeLong_four(int timeLong_four) {
        this.timeLong_four = timeLong_four;
    }
 
    @Override
    public String toString() {
        return "Fbs9100s_fod_param{" +
                "num=" + num +
                ", dev_id=" + dev_id +
                ", op_cmd=" + op_cmd +
                ", test_cmd=" + test_cmd +
                ", groupNum=" + groupNum +
                ", stdCap_one=" + stdCap_one +
                ", floatVol_one=" + floatVol_one +
                ", strength_one=" + strength_one +
                ", yhstrength_one=" + yhstrength_one +
                ", timeLong_one=" + timeLong_one +
                ", stdCap_two=" + stdCap_two +
                ", floatVol_two=" + floatVol_two +
                ", strength_two=" + strength_two +
                ", yhstrength_two=" + yhstrength_two +
                ", timeLong_two=" + timeLong_two +
                ", stdCap_three=" + stdCap_three +
                ", floatVol_three=" + floatVol_three +
                ", strength_three=" + strength_three +
                ", yhstrength_three=" + yhstrength_three +
                ", timeLong_three=" + timeLong_three +
                ", stdCap_four=" + stdCap_four +
                ", floatVol_four=" + floatVol_four +
                ", strength_four=" + strength_four +
                ", yhstrength_four=" + yhstrength_four +
                ", timeLong_four=" + timeLong_four +
                '}';
    }
}