liulingling.177216
2024-08-26 349f1cfc5fa77fbc636d542df0d8050fddec48c2
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
265
266
267
268
269
270
271
272
273
274
275
276
package com.dingzhuo.energy.project.reportForm.domain;
 
import com.dingzhuo.energy.common.utils.time.TimeType;
import com.dingzhuo.energy.framework.web.domain.BaseEntity;
 
import java.time.Instant;
 
/**
 * 
 * @author sys
 * @date 2020-03-25
 */
public class reportForm extends BaseEntity {
    private static final long serialVersionUID = 1L;
 
    private String code;
    private String name;
    private String nodeId;
    private String parentId;
    private String address;
    private String modelCode;
    private String nodeCategory;
    private String orderNum;
    private String indexId;
    private String indexType;
    private String value;
    private String dataTime;
    private String timeDate;
    private String parentName;
    private String timeYear;
    private TimeType timeType;
    private String value1;
    private String value2;
    private String value3;
    private String value4;
    private String value5;
    private String value6;
    private String value7;
    private String value8;
    private String value9;
    private String value10;
    private String value11;
    private String value12;
    private String value13;
    public String getCode() {
        return code;
    }
 
    public void setCode(String code) {
        this.code = code;
    }
 
    public String getName() {
        return name;
    }
 
    public void setName(String name) {
        this.name = name;
    }
 
    public String getNodeId() {
        return nodeId;
    }
 
    public void setNodeId(String nodeId) {
        this.nodeId = nodeId;
    }
 
    public String getParentId() {
        return parentId;
    }
 
    public void setParentId(String parentId) {
        this.parentId = parentId;
    }
 
    public String getAddress() {
        return address;
    }
 
    public void setAddress(String address) {
        this.address = address;
    }
 
    public String getModelCode() {
        return modelCode;
    }
 
    public void setModelCode(String modelCode) {
        this.modelCode = modelCode;
    }
 
    public String getNodeCategory() {
        return nodeCategory;
    }
 
    public void setNodeCategory(String nodeCategory) {
        this.nodeCategory = nodeCategory;
    }
 
    public String getOrderNum() {
        return orderNum;
    }
 
    public void setOrderNum(String orderNum) {
        this.orderNum = orderNum;
    }
 
    public String getIndexId() {
        return indexId;
    }
 
    public void setIndexId(String indexId) {
        this.indexId = indexId;
    }
 
    public String getIndexType() {
        return indexType;
    }
 
    public void setIndexType(String indexType) {
        this.indexType = indexType;
    }
 
    public String getValue() {
        return value;
    }
 
    public void setValue(String value) {
        this.value = value;
    }
 
    public String getDataTime() {
        return dataTime;
    }
 
    public void setDataTime(String dataTime) {
        this.dataTime = dataTime;
    }
 
    public String getTimeDate() {
        return timeDate;
    }
 
    public void setTimeDate(String timeDate) {
        this.timeDate = timeDate;
    }
 
    public String getParentName() {
        return parentName;
    }
 
    public void setParentName(String parentName) {
        this.parentName = parentName;
    }
 
    public String getTimeYear() {
        return timeYear;
    }
 
    public void setTimeYear(String timeYear) {
        this.timeYear = timeYear;
    }
 
    public TimeType getTimeType() {
        return timeType;
    }
 
    public void setTimeType(TimeType timeType) {
        this.timeType = timeType;
    }
 
    public String getValue1() {
        return value1;
    }
 
    public void setValue1(String value1) {
        this.value1 = value1;
    }
 
    public String getValue2() {
        return value2;
    }
 
    public void setValue2(String value2) {
        this.value2 = value2;
    }
 
    public String getValue3() {
        return value3;
    }
 
    public void setValue3(String value3) {
        this.value3 = value3;
    }
 
    public String getValue4() {
        return value4;
    }
 
    public void setValue4(String value4) {
        this.value4 = value4;
    }
 
    public String getValue5() {
        return value5;
    }
 
    public void setValue5(String value5) {
        this.value5 = value5;
    }
 
    public String getValue6() {
        return value6;
    }
 
    public void setValue6(String value6) {
        this.value6 = value6;
    }
 
    public String getValue7() {
        return value7;
    }
 
    public void setValue7(String value7) {
        this.value7 = value7;
    }
 
    public String getValue8() {
        return value8;
    }
 
    public void setValue8(String value8) {
        this.value8 = value8;
    }
 
    public String getValue9() {
        return value9;
    }
 
    public void setValue9(String value9) {
        this.value9 = value9;
    }
 
    public String getValue10() {
        return value10;
    }
 
    public void setValue10(String value10) {
        this.value10 = value10;
    }
 
    public String getValue11() {
        return value11;
    }
 
    public void setValue11(String value11) {
        this.value11 = value11;
    }
 
    public String getValue12() {
        return value12;
    }
 
    public void setValue12(String value12) {
        this.value12 = value12;
    }
 
    public String getValue13() {
        return value13;
    }
 
    public void setValue13(String value13) {
        this.value13 = value13;
    }
}