1
81041
2019-06-20 ab3c4acf83f54f8449ca8664c4a2bb79bd30f297
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
package com.fgkj.dto;
 
import java.io.Serializable;
import java.util.Date;
 
public class Batt_rtstate implements Serializable{
    private Integer num;
    private Integer BattGroupId;
    private Integer batt_count;
    private Date rec_datetime;
    private Float online_vol;
    private Float group_vol;
    private Float group_curr;
    private Integer batt_state;
    private Integer batt_test_type;
    private Date batt_test_starttime;
    private Date batt_test_recordtime;
    private Integer batt_test_tlong;
    private Float batt_test_cap;
    private Float batt_real_cap;
    private Float batt_rest_cap;
    private Integer batt_rest_power1_time;
    private Integer batt_rest_power2_time;
    private String  note;
    private String stationName;
    private String stationName1;
    private String stationName2;
    private String stationName3;
    private String stationName5;
    public Integer getNum() {
        return num;
    }
    public void setNum(Integer num) {
        this.num = num;
    }
    public Integer getBattGroupId() {
        return BattGroupId;
    }
    public void setBattGroupId(Integer battGroupId) {
        BattGroupId = battGroupId;
    }
    public Integer getBatt_count() {
        return batt_count;
    }
    public void setBatt_count(Integer batt_count) {
        this.batt_count = batt_count;
    }
    public Date getRec_datetime() {
        return rec_datetime;
    }
    public void setRec_datetime(Date rec_datetime) {
        this.rec_datetime = rec_datetime;
    }
    
    public Float getOnline_vol() {
        return online_vol;
    }
    public void setOnline_vol(Float online_vol) {
        this.online_vol = online_vol;
    }
    public Float getGroup_vol() {
        return group_vol;
    }
    public void setGroup_vol(Float group_vol) {
        this.group_vol = group_vol;
    }
    public Float getGroup_curr() {
        return group_curr;
    }
    public void setGroup_curr(Float group_curr) {
        this.group_curr = group_curr;
    }
    public Integer getBatt_state() {
        return batt_state;
    }
    public void setBatt_state(Integer batt_state) {
        this.batt_state = batt_state;
    }
    public Integer getBatt_test_type() {
        return batt_test_type;
    }
    public void setBatt_test_type(Integer batt_test_type) {
        this.batt_test_type = batt_test_type;
    }
    public Date getBatt_test_starttime() {
        return batt_test_starttime;
    }
    public void setBatt_test_starttime(Date batt_test_starttime) {
        this.batt_test_starttime = batt_test_starttime;
    }
    public Date getBatt_test_recordtime() {
        return batt_test_recordtime;
    }
    public void setBatt_test_recordtime(Date batt_test_recordtime) {
        this.batt_test_recordtime = batt_test_recordtime;
    }
    public Integer getBatt_test_tlong() {
        return batt_test_tlong;
    }
    public void setBatt_test_tlong(Integer batt_test_tlong) {
        this.batt_test_tlong = batt_test_tlong;
    }
    public Float getBatt_test_cap() {
        return batt_test_cap;
    }
    public void setBatt_test_cap(Float batt_test_cap) {
        this.batt_test_cap = batt_test_cap;
    }
    public Float getBatt_real_cap() {
        return batt_real_cap;
    }
    public void setBatt_real_cap(Float batt_real_cap) {
        this.batt_real_cap = batt_real_cap;
    }
    public Float getBatt_rest_cap() {
        return batt_rest_cap;
    }
    public void setBatt_rest_cap(Float batt_rest_cap) {
        this.batt_rest_cap = batt_rest_cap;
    }
    public Integer getBatt_rest_power1_time() {
        return batt_rest_power1_time;
    }
    public void setBatt_rest_power1_time(Integer batt_rest_power1_time) {
        this.batt_rest_power1_time = batt_rest_power1_time;
    }
    public Integer getBatt_rest_power2_time() {
        return batt_rest_power2_time;
    }
    public void setBatt_rest_power2_time(Integer batt_rest_power2_time) {
        this.batt_rest_power2_time = batt_rest_power2_time;
    }
    public String getNote() {
        return note;
    }
    public void setNote(String note) {
        this.note = note;
    }
    public String getStationName() {
        return stationName;
    }
    public void setStationName(String stationName) {
        this.stationName = stationName;
    }
    public String getStationName1() {
        return stationName1;
    }
    public void setStationName1(String stationName1) {
        this.stationName1 = stationName1;
    }
    public String getStationName2() {
        return stationName2;
    }
    public void setStationName2(String stationName2) {
        this.stationName2 = stationName2;
    }
    public String getStationName3() {
        return stationName3;
    }
    public void setStationName3(String stationName3) {
        this.stationName3 = stationName3;
    }
    public String getStationName5() {
        return stationName5;
    }
    public void setStationName5(String stationName5) {
        this.stationName5 = stationName5;
    }
    @Override
    public String toString() {
        return "Batt_rtstate [num=" + num + ", BattGroupId=" + BattGroupId
                + ", batt_count=" + batt_count + ", rec_datetime="
                + rec_datetime + ", online_vol=" + online_vol + ", group_vol="
                + group_vol + ", group_curr=" + group_curr + ", batt_state="
                + batt_state + ", batt_test_type=" + batt_test_type
                + ", batt_test_starttime=" + batt_test_starttime
                + ", batt_test_recordtime=" + batt_test_recordtime
                + ", batt_test_tlong=" + batt_test_tlong + ", batt_test_cap="
                + batt_test_cap + ", batt_real_cap=" + batt_real_cap
                + ", batt_rest_cap=" + batt_rest_cap
                + ", batt_rest_power1_time=" + batt_rest_power1_time
                + ", batt_rest_power2_time=" + batt_rest_power2_time
                + ", note=" + note + ", stationName=" + stationName
                + ", stationName1=" + stationName1 + ", stationName2="
                + stationName2 + ", stationName3=" + stationName3
                + ", stationName5=" + stationName5 + "]";
    }
    
    
    
}