地质所 沉降监测网建设项目
chenhuan
2024-05-16 0fdd42e318f51f9e3c6581473416af1cca69877f
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
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
package com.javaweb.geo.domain;
 
import com.fasterxml.jackson.annotation.JsonFormat;
import org.apache.commons.lang3.builder.ToStringBuilder;
import org.apache.commons.lang3.builder.ToStringStyle;
import com.javaweb.common.annotation.Excel;
import com.javaweb.common.core.domain.BaseEntity;
import java.util.Date;
import java.util.List;
 
/**
 * 记录-标贯-动探对象 js_hole_biaoguan
 * 
 * @author zmk
 * @date 2022-10-20
 */
public class HoleBiaoguan extends BaseEntity
{
    private static final long serialVersionUID = 1L;
 
    /** 主键 */
    private String ids;
 
    /** 项目id */
    @Excel(name = "项目id")
    private String projectId;
 
    /** 编号 */
    private String code;
 
 
    /** 钻孔id */
    @Excel(name = "钻孔id")
    private String holeId;
 
    /** 钻杆长度 */
    @Excel(name = "钻杆长度")
    private Double drillLength;
 
    /** 起始深度 */
    @Excel(name = "起始深度")
    private Double begin1;
 
    /** 终止深度 */
    @Excel(name = "终止深度")
    private Double end1;
 
    /** 击数 */
    @Excel(name = "击数")
    private Double blow1;
 
    /** 第二次起始 */
    @Excel(name = "第二次起始")
    private Double begin2;
 
    /** 第二次终止 */
    @Excel(name = "第二次终止")
    private Double end2;
 
    /** 第二次击数 */
    @Excel(name = "第二次击数")
    private Double blow2;
 
    /** 第三次起始 */
    @Excel(name = "第三次起始")
    private Double begin3;
 
    /** 第三次终止 */
    @Excel(name = "第三次终止")
    private Double end3;
 
    /** 第三次击数 */
    @Excel(name = "第三次击数")
    private Double blow3;
 
    /** 第四次起始 */
    @Excel(name = "第四次起始")
    private Double begin4;
 
    /** 第四次终止 */
    @Excel(name = "第四次终止")
    private Double end4;
 
    /** 第四次击数 */
    @Excel(name = "第四次击数")
    private Double blow4;
 
    /** 动探类型(轻型、重型、超重型) */
    @Excel(name = "动探类型", readConverterExp = "轻型、重型、超重型")
    private String powerType;
 
    /** 类型(标贯1 动探2) */
    @Excel(name = "类型", readConverterExp = "标贯=1,动探=2")
    private String type;
 
    /** 标题 */
    @Excel(name = "标题")
    private String title;
 
    /** 描述员 */
    @Excel(name = "描述员")
    private String recordPerson;
 
    /** 描述员姓名 */
    private String recordPersonName;
 
    /** 描述备注 */
    @Excel(name = "描述备注")
    private String description;
 
    /** 定位经度 */
    @Excel(name = "定位经度")
    private Double longitude;
 
    /** 定位纬度 */
    @Excel(name = "定位纬度")
    private Double latitude;
 
    /** 定位时间 */
    @Excel(name = "定位时间", width = 30, dateFormat = "yyyy-MM-dd")
    @JsonFormat(pattern = "yyyy-MM-dd HH-mm-ss",timezone = "GMT+8")
    private Date gpsTime;
 
    /** 是否是历史记录 */
    @Excel(name = "是否是历史记录")
    private Boolean isDelete;
 
    /** 无法定位的地点 */
    @Excel(name = "无法定位的地点")
    private String position;
 
    /** 无法定位的时间 */
    @Excel(name = "无法定位的时间", width = 30, dateFormat = "yyyy-MM-dd")
    @JsonFormat(pattern = "yyyy-MM-dd HH-mm-ss",timezone = "GMT+8")
    private Date locateTime;
 
    /** 无法定位的原因 */
    @Excel(name = "无法定位的原因")
    private String reason;
 
    /** 现场拍照1 */
    @Excel(name = "现场拍照1")
    private String pic1;
 
    /** 现场拍照2 */
    @Excel(name = "现场拍照2")
    private String pic2;
 
    /** 现场拍照3 */
    @Excel(name = "现场拍照3")
    private String pic3;
 
    /** 关联媒体表 */
    private List<HoleMedia> holeMediaList;
 
    public List<HoleMedia> getHoleMediaList() {
        return holeMediaList;
    }
 
    public void setHoleMediaList(List<HoleMedia> holeMediaList) {
        this.holeMediaList = holeMediaList;
    }
 
    public void setIds(String ids) 
    {
        this.ids = ids;
    }
 
    public String getIds() 
    {
        return ids;
    }
    public void setProjectId(String projectId) 
    {
        this.projectId = projectId;
    }
 
    public String getProjectId() 
    {
        return projectId;
    }
    public void setHoleId(String holeId) 
    {
        this.holeId = holeId;
    }
 
    public String getHoleId() 
    {
        return holeId;
    }
 
    public Double getDrillLength() {
        return drillLength;
    }
 
    public void setDrillLength(Double drillLength) {
        this.drillLength = drillLength;
    }
 
    public void setBegin1(Double begin1)
    {
        this.begin1 = begin1;
    }
 
    public Double getBegin1()
    {
        return begin1;
    }
    public void setEnd1(Double end1)
    {
        this.end1 = end1;
    }
 
    public Double getEnd1()
    {
        return end1;
    }
    public void setBlow1(Double blow1)
    {
        this.blow1 = blow1;
    }
 
    public Double getBlow1()
    {
        return blow1;
    }
    public void setBegin2(Double begin2)
    {
        this.begin2 = begin2;
    }
 
    public Double getBegin2()
    {
        return begin2;
    }
    public void setEnd2(Double end2)
    {
        this.end2 = end2;
    }
 
    public Double getEnd2()
    {
        return end2;
    }
    public void setBlow2(Double blow2)
    {
        this.blow2 = blow2;
    }
 
    public Double getBlow2()
    {
        return blow2;
    }
    public void setBegin3(Double begin3)
    {
        this.begin3 = begin3;
    }
 
    public Double getBegin3()
    {
        return begin3;
    }
    public void setEnd3(Double end3)
    {
        this.end3 = end3;
    }
 
    public Double getEnd3()
    {
        return end3;
    }
    public void setBlow3(Double blow3)
    {
        this.blow3 = blow3;
    }
 
    public Double getBlow3()
    {
        return blow3;
    }
    public void setBegin4(Double begin4)
    {
        this.begin4 = begin4;
    }
 
    public Double getBegin4()
    {
        return begin4;
    }
    public void setEnd4(Double end4)
    {
        this.end4 = end4;
    }
 
    public Double getEnd4()
    {
        return end4;
    }
    public void setBlow4(Double blow4)
    {
        this.blow4 = blow4;
    }
 
    public Double getBlow4() {
        return blow4;
    }
 
    public String getPowerType() {
        return powerType;
    }
 
    public void setPowerType(String powerType) {
        this.powerType = powerType;
    }
 
    public void setType(String type) {
        this.type = type;
    }
 
    public String getType()
    {
        return type;
    }
    public void setTitle(String title) 
    {
        this.title = title;
    }
 
    public String getTitle() 
    {
        return title;
    }
    public void setRecordPerson(String recordPerson) 
    {
        this.recordPerson = recordPerson;
    }
 
    public String getRecordPerson() 
    {
        return recordPerson;
    }
    public void setDescription(String description) 
    {
        this.description = description;
    }
 
    public String getDescription() 
    {
        return description;
    }
    public void setLongitude(Double longitude) 
    {
        this.longitude = longitude;
    }
 
    public Double getLongitude() 
    {
        return longitude;
    }
    public void setLatitude(Double latitude) 
    {
        this.latitude = latitude;
    }
 
    public Double getLatitude() 
    {
        return latitude;
    }
    public void setGpsTime(Date gpsTime) 
    {
        this.gpsTime = gpsTime;
    }
 
    public Date getGpsTime() 
    {
        return gpsTime;
    }
    public void setIsDelete(Boolean isDelete)
    {
        this.isDelete = isDelete;
    }
 
    public Boolean getIsDelete()
    {
        return isDelete;
    }
    public void setPosition(String position) 
    {
        this.position = position;
    }
 
    public String getPosition() 
    {
        return position;
    }
    public void setLocateTime(Date locateTime) 
    {
        this.locateTime = locateTime;
    }
 
    public Date getLocateTime() 
    {
        return locateTime;
    }
    public void setReason(String reason) 
    {
        this.reason = reason;
    }
 
    public String getReason() 
    {
        return reason;
    }
    public void setPic1(String pic1) 
    {
        this.pic1 = pic1;
    }
 
    public String getPic1() 
    {
        return pic1;
    }
    public void setPic2(String pic2) 
    {
        this.pic2 = pic2;
    }
 
    public String getPic2() 
    {
        return pic2;
    }
    public void setPic3(String pic3) 
    {
        this.pic3 = pic3;
    }
 
    public String getPic3() 
    {
        return pic3;
    }
 
    public String getCode() {
        return code;
    }
 
    public void setCode(String code) {
        this.code = code;
    }
 
    public String getRecordPersonName() {
        return recordPersonName;
    }
 
    public void setRecordPersonName(String recordPersonName) {
        this.recordPersonName = recordPersonName;
    }
 
    @Override
    public String toString() {
        return new ToStringBuilder(this,ToStringStyle.MULTI_LINE_STYLE)
            .append("ids", getIds())
            .append("projectId", getProjectId())
            .append("holeId", getHoleId())
            .append("drillLength", getDrillLength())
            .append("begin1", getBegin1())
            .append("end1", getEnd1())
            .append("blow1", getBlow1())
            .append("begin2", getBegin2())
            .append("end2", getEnd2())
            .append("blow2", getBlow2())
            .append("begin3", getBegin3())
            .append("end3", getEnd3())
            .append("blow3", getBlow3())
            .append("begin4", getBegin4())
            .append("end4", getEnd4())
            .append("blow4", getBlow4())
            .append("powerType", getPowerType())
            .append("type", getType())
            .append("title", getTitle())
            .append("createTime", getCreateTime())
            .append("recordPerson", getRecordPerson())
            .append("description", getDescription())
            .append("longitude", getLongitude())
            .append("latitude", getLatitude())
            .append("gpsTime", getGpsTime())
            .append("isDelete", getIsDelete())
            .append("position", getPosition())
            .append("locateTime", getLocateTime())
            .append("reason", getReason())
            .append("pic1", getPic1())
            .append("pic2", getPic2())
            .append("pic3", getPic3())
            .toString();
    }
}