郑永安
2023-06-19 451e341df739f387201914b67323efa1c4f4c8d3
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
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
package com.ruoyi.system.domain.resp;
 
import com.fasterxml.jackson.annotation.JsonFormat;
import com.ruoyi.common.annotation.Excel;
 
import java.io.Serializable;
import java.util.Date;
 
public class CompanyInfoRespDTO implements Serializable {
 
    /**
     * 主键id
     */
    private Long id;
 
    /**
     * 企业名称
     */
    @Excel(name = "企业名称(必填)")
    private String companyName;
 
    /**
     * 法定代表人
     */
    @Excel(name = "法定代表人(必填)")
    private String companyLegalRepresentative;
 
    /**
     * 许可证类型类型
     */
    @Excel(name = "许可证类型类型:生产或者经营(必填)")
    private Byte certificateType;
 
    /**
     * 证书编号
     */
    @Excel(name = "证书编号(必填,不可重复)")
    private String certificateNum;
 
    /**
     * 证书有效开始时间
     */
    @Excel(name = "证书有效开始时间(必填)")
    @JsonFormat(pattern = "YYYY-MM-dd", timezone = "GMT+8")
    private Date validityDateStart;
 
    /**
     * 证书截止时间
     */
    @Excel(name = "证书截止时间(必填)")
    @JsonFormat(pattern = "YYYY-MM-dd", timezone = "GMT+8")
    private Date validityDateEnd;
 
 
    /**
     * 工艺类型
     */
    @Excel(name = "工艺类型(必填)")
    private Integer technologyType;
 
    /**
     * 企业所在市
     */
    @Excel(name = "所在地州市(州市)(必填)")
    private String companyCity;
 
    /**
     * 企业所在区县
     */
    @Excel(name = "所在地州市(区县)(必填)")
    private String companyArea;
 
    /**
     * 企业简介
     */
    @Excel(name = "企业基本情况")
    private String companyInfo;
 
    /**
     * 企业所在地址
     */
    @Excel(name = "企业所在地址(必填)")
    private String companyAddress;
 
    /**
     * 企业经营范围
     */
    @Excel(name = "企业经营范围(必填)")
    private String licenseScope;
 
    /**
     *发证机关
     */
    @Excel(name = "发证机关(必填)")
    private String licenceIssuingAuthority;
 
    /**
     *发证时间
     */
    @Excel(name = "发证时间(必填)")
    @JsonFormat(pattern = "YYYY-MM-dd", timezone = "GMT+8")
    private Date licenceIssuingTime;
 
    /**
     *一级重大危险源总数
     */
    @Excel(name = "一级重大危险源总数(一级重大危险源总数>0,一级重大危险源描述必填)")
    private Integer levelOneMajorHazardSourceSum;
 
    /**
     *一级重大危险源描述
     */
    @Excel(name = "一级重大危险源描述")
    private String levelOneMajorHazardSourceDesc;
 
    /**
     *二级重大危险源总数
     */
    @Excel(name = "二级重大危险源总数(二级重大危险源总数>0,二级重大危险源描述必填)")
    private Integer levelTwoMajorHazardSourceSum;
 
    /**
     *二级重大危险源描述
     */
    @Excel(name = "二级重大危险源描述")
    private String levelTwoMajorHazardSourceDesc;
 
    /**
     *三级重大危险源总数
     */
    @Excel(name = "三级重大危险源总数(三级重大危险源总数>0,三级重大危险源描述必填)")
    private Integer levelThreeMajorHazardSourceSum;
 
    /**
     *三级重大危险源描述
     */
    @Excel(name = "三级重大危险源描述")
    private String levelThreeMajorHazardSourceDesc;
 
    /**
     *四级重大危险源总数
     */
    @Excel(name = "四级重大危险源总数(四级重大危险源总数>0,四级重大危险源描述必填)")
    private Integer levelFourMajorHazardSourceSum;
 
    /**
     *四级重大危险源描述
     */
    @Excel(name = "四级重大危险源描述")
    private String levelFourMajorHazardSourceDesc;
 
    /**
     * “两重点一重大”情况
     */
    @Excel(name = "“两重点一重大”情况")
    private String keynoteGreatSituation;
 
 
    /**
     * 安全生产情况
     */
    @Excel(name = "安全生产情况")
    private String safetyProductionLicenseSituation;
 
 
    /**
     * 主要安全风险
     */
    @Excel(name = "主要安全风险")
    private String mainSafetyRisks;
 
 
    /**
     * 当前存在问题
     */
    @Excel(name = "当前存在问题")
    private String currentProblems;
 
 
    /**
     * 安全风险主要控制措施
     */
    @Excel(name = "安全风险主要控制措施")
    private String safetyRiskControlMeasures;
 
    /**
     * 企业图片地址
     */
    private String companyImage;
 
    /**
     * 营业执照
     */
    private String businessLicense;
 
 
    /**
     * 经营许可证
     */
    private String securityCertificate;
 
    /**
     * 创建时间
     */
    @JsonFormat(pattern = "YYYY-MM-dd", timezone = "GMT+8")
    private Date createTime;
    /**
     * 创建人
     */
    private String createBy;
    /**
     * 更新时间
     */
    @JsonFormat(pattern = "YYYY-MM-dd", timezone = "GMT+8")
    private Date updateTime;
    /**
     * 更新人
     */
    private String updateBy;
 
    /**
     * 是否删除
     */
    private Byte isDelete;
 
    public Integer getTechnologyType() {
        return technologyType;
    }
 
    public void setTechnologyType(Integer technologyType) {
        this.technologyType = technologyType;
    }
 
    public Long getId() {
        return id;
    }
 
    public void setId(Long id) {
        this.id = id;
    }
 
    public String getCompanyName() {
        return companyName;
    }
 
    public void setCompanyName(String companyName) {
        this.companyName = companyName;
    }
 
    public String getCompanyLegalRepresentative() {
        return companyLegalRepresentative;
    }
 
    public void setCompanyLegalRepresentative(String companyLegalRepresentative) {
        this.companyLegalRepresentative = companyLegalRepresentative;
    }
 
    public Byte getCertificateType() {
        return certificateType;
    }
 
    public void setCertificateType(Byte certificateType) {
        this.certificateType = certificateType;
    }
 
    public String getCertificateNum() {
        return certificateNum;
    }
 
    public void setCertificateNum(String certificateNum) {
        this.certificateNum = certificateNum;
    }
 
    public Date getValidityDateStart() {
        return validityDateStart;
    }
 
    public void setValidityDateStart(Date validityDateStart) {
        this.validityDateStart = validityDateStart;
    }
 
    public Date getValidityDateEnd() {
        return validityDateEnd;
    }
 
    public void setValidityDateEnd(Date validityDateEnd) {
        this.validityDateEnd = validityDateEnd;
    }
 
    public String getCompanyCity() {
        return companyCity;
    }
 
    public void setCompanyCity(String companyCity) {
        this.companyCity = companyCity;
    }
 
    public String getCompanyArea() {
        return companyArea;
    }
 
    public void setCompanyArea(String companyArea) {
        this.companyArea = companyArea;
    }
 
    public String getCompanyInfo() {
        return companyInfo;
    }
 
    public void setCompanyInfo(String companyInfo) {
        this.companyInfo = companyInfo;
    }
 
    public String getCompanyAddress() {
        return companyAddress;
    }
 
    public void setCompanyAddress(String companyAddress) {
        this.companyAddress = companyAddress;
    }
 
    public String getLicenseScope() {
        return licenseScope;
    }
 
    public void setLicenseScope(String licenseScope) {
        this.licenseScope = licenseScope;
    }
 
    public String getLicenceIssuingAuthority() {
        return licenceIssuingAuthority;
    }
 
    public void setLicenceIssuingAuthority(String licenceIssuingAuthority) {
        this.licenceIssuingAuthority = licenceIssuingAuthority;
    }
 
    public Date getLicenceIssuingTime() {
        return licenceIssuingTime;
    }
 
    public void setLicenceIssuingTime(Date licenceIssuingTime) {
        this.licenceIssuingTime = licenceIssuingTime;
    }
 
    public Integer getLevelOneMajorHazardSourceSum() {
        return levelOneMajorHazardSourceSum;
    }
 
    public void setLevelOneMajorHazardSourceSum(Integer levelOneMajorHazardSourceSum) {
        this.levelOneMajorHazardSourceSum = levelOneMajorHazardSourceSum;
    }
 
    public String getLevelOneMajorHazardSourceDesc() {
        return levelOneMajorHazardSourceDesc;
    }
 
    public void setLevelOneMajorHazardSourceDesc(String levelOneMajorHazardSourceDesc) {
        this.levelOneMajorHazardSourceDesc = levelOneMajorHazardSourceDesc;
    }
 
    public Integer getLevelTwoMajorHazardSourceSum() {
        return levelTwoMajorHazardSourceSum;
    }
 
    public void setLevelTwoMajorHazardSourceSum(Integer levelTwoMajorHazardSourceSum) {
        this.levelTwoMajorHazardSourceSum = levelTwoMajorHazardSourceSum;
    }
 
    public String getLevelTwoMajorHazardSourceDesc() {
        return levelTwoMajorHazardSourceDesc;
    }
 
    public void setLevelTwoMajorHazardSourceDesc(String levelTwoMajorHazardSourceDesc) {
        this.levelTwoMajorHazardSourceDesc = levelTwoMajorHazardSourceDesc;
    }
 
    public Integer getLevelThreeMajorHazardSourceSum() {
        return levelThreeMajorHazardSourceSum;
    }
 
    public void setLevelThreeMajorHazardSourceSum(Integer levelThreeMajorHazardSourceSum) {
        this.levelThreeMajorHazardSourceSum = levelThreeMajorHazardSourceSum;
    }
 
    public String getLevelThreeMajorHazardSourceDesc() {
        return levelThreeMajorHazardSourceDesc;
    }
 
    public void setLevelThreeMajorHazardSourceDesc(String levelThreeMajorHazardSourceDesc) {
        this.levelThreeMajorHazardSourceDesc = levelThreeMajorHazardSourceDesc;
    }
 
    public Integer getLevelFourMajorHazardSourceSum() {
        return levelFourMajorHazardSourceSum;
    }
 
    public void setLevelFourMajorHazardSourceSum(Integer levelFourMajorHazardSourceSum) {
        this.levelFourMajorHazardSourceSum = levelFourMajorHazardSourceSum;
    }
 
    public String getLevelFourMajorHazardSourceDesc() {
        return levelFourMajorHazardSourceDesc;
    }
 
    public void setLevelFourMajorHazardSourceDesc(String levelFourMajorHazardSourceDesc) {
        this.levelFourMajorHazardSourceDesc = levelFourMajorHazardSourceDesc;
    }
 
    public String getKeynoteGreatSituation() {
        return keynoteGreatSituation;
    }
 
    public void setKeynoteGreatSituation(String keynoteGreatSituation) {
        this.keynoteGreatSituation = keynoteGreatSituation;
    }
 
    public String getSafetyProductionLicenseSituation() {
        return safetyProductionLicenseSituation;
    }
 
    public void setSafetyProductionLicenseSituation(String safetyProductionLicenseSituation) {
        this.safetyProductionLicenseSituation = safetyProductionLicenseSituation;
    }
 
    public String getMainSafetyRisks() {
        return mainSafetyRisks;
    }
 
    public void setMainSafetyRisks(String mainSafetyRisks) {
        this.mainSafetyRisks = mainSafetyRisks;
    }
 
    public String getCurrentProblems() {
        return currentProblems;
    }
 
    public void setCurrentProblems(String currentProblems) {
        this.currentProblems = currentProblems;
    }
 
    public String getSafetyRiskControlMeasures() {
        return safetyRiskControlMeasures;
    }
 
    public void setSafetyRiskControlMeasures(String safetyRiskControlMeasures) {
        this.safetyRiskControlMeasures = safetyRiskControlMeasures;
    }
 
    public String getCompanyImage() {
        return companyImage;
    }
 
    public void setCompanyImage(String companyImage) {
        this.companyImage = companyImage;
    }
 
    public String getBusinessLicense() {
        return businessLicense;
    }
 
    public void setBusinessLicense(String businessLicense) {
        this.businessLicense = businessLicense;
    }
 
    public String getSecurityCertificate() {
        return securityCertificate;
    }
 
    public void setSecurityCertificate(String securityCertificate) {
        this.securityCertificate = securityCertificate;
    }
 
    public Date getCreateTime() {
        return createTime;
    }
 
    public void setCreateTime(Date createTime) {
        this.createTime = createTime;
    }
 
    public String getCreateBy() {
        return createBy;
    }
 
    public void setCreateBy(String createBy) {
        this.createBy = createBy;
    }
 
    public Date getUpdateTime() {
        return updateTime;
    }
 
    public void setUpdateTime(Date updateTime) {
        this.updateTime = updateTime;
    }
 
    public String getUpdateBy() {
        return updateBy;
    }
 
    public void setUpdateBy(String updateBy) {
        this.updateBy = updateBy;
    }
 
    public Byte getIsDelete() {
        return isDelete;
    }
 
    public void setIsDelete(Byte isDelete) {
        this.isDelete = isDelete;
    }
 
}