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
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
package com.fgkj.dto;
 
import java.io.Serializable;
 
public class BattMap_information implements Serializable {
    private Integer num;
    private String StationId;            //机房编号
    private String StationName;            //机房名称
    private String Address;                //机房物理信息
    private Double longitude;            // 经度
    private Double latitude;                // 纬度
    private String information;            //备注
    private Integer FBSDeviceId;        //设备id
    private Page page;
    private String stationName1;
    private String stationName2;
    private String stationName3;
    private String stationName5;
    private float monvolstd;             //设备是2v还是12的电池
    private String battmodel;            //型号
    private String battproducer;         //品牌
    private float load_curr;             //负载电流
    private int battGroupNum;             //机房下电池组数
    private int station_install;         //机房安装状态
    
    private String other;//额外保存
    public BattMap_information() {
        super();
        
    }
 
 
    public Integer getNum() {
        return num;
    }
 
 
    public void setNum(Integer num) {
        this.num = num;
    }
 
 
    public String getStationId() {
        return StationId;
    }
 
 
    public void setStationId(String stationId) {
        StationId = stationId;
    }
 
 
    public String getStationName() {
        return StationName;
    }
 
 
    public void setStationName(String stationName) {
        StationName = stationName;
    }
 
 
    public String getAddress() {
        return Address;
    }
 
 
    public void setAddress(String address) {
        Address = address;
    }
 
    public Double getLongitude() {
        return longitude;
    }
 
 
    public void setLongitude(Double longitude) {
        this.longitude = longitude;
    }
 
 
    public Double getLatitude() {
        return latitude;
    }
 
 
    public void setLatitude(Double latitude) {
        this.latitude = latitude;
    }
 
 
    public String getInformation() {
        return information;
    }
 
 
    public void setInformation(String information) {
        this.information = information;
    }
 
 
    public Integer getFBSDeviceId() {
        return FBSDeviceId;
    }
 
 
    public void setFBSDeviceId(Integer fBSDeviceId) {
        FBSDeviceId = fBSDeviceId;
    }
 
 
    public Page getPage() {
        return page;
    }
 
 
    public void setPage(Page page) {
        this.page = page;
    }
 
 
    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;
    }
 
 
    
 
    public float getMonvolstd() {
        return monvolstd;
    }
 
 
    public void setMonvolstd(float monvolstd) {
        this.monvolstd = monvolstd;
    }
 
    
    public String getBattmodel() {
        return battmodel;
    }
 
 
    public void setBattmodel(String battmodel) {
        this.battmodel = battmodel;
    }
 
 
    public String getBattproducer() {
        return battproducer;
    }
 
 
    public void setBattproducer(String battproducer) {
        this.battproducer = battproducer;
    }
 
 
    public float getLoad_curr() {
        return load_curr;
    }
 
 
    public void setLoad_curr(float load_curr) {
        this.load_curr = load_curr;
    }
 
 
    public String getOther() {
        return other;
    }
 
 
    public void setOther(String other) {
        this.other = other;
    }
 
 
    public int getBattGroupNum() {
        return battGroupNum;
    }
 
 
    public void setBattGroupNum(int battGroupNum) {
        this.battGroupNum = battGroupNum;
    }
 
 
    public int getStation_install() {
        return station_install;
    }
 
 
    public void setStation_install(int station_install) {
        this.station_install = station_install;
    }
 
 
    @Override
    public String toString() {
        return "BattMap_information [num=" + num + ", StationId=" + StationId
                + ", StationName=" + StationName + ", Address=" + Address
                + ", longitude=" + longitude + ", latitude=" + latitude
                + ", information=" + information + ", FBSDeviceId="
                + FBSDeviceId + ", page=" + page + ", stationName1="
                + stationName1 + ", stationName2=" + stationName2
                + ", stationName3=" + stationName3 + ", stationName5="
                + stationName5 + ", monvolstd=" + monvolstd + ", battmodel="
                + battmodel + ", battproducer=" + battproducer + ", load_curr="
                + load_curr + ", battGroupNum=" + battGroupNum
                + ", station_install=" + station_install + ", other=" + other
                + "]";
    }
 
 
    
 
 
    
    
 
   
    
 
    
    
}