Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-zx-biz
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
项目统一框架
一体化_户用光伏项目代码
amos-boot-zx-biz
Commits
18d0a4c9
Commit
18d0a4c9
authored
Mar 17, 2022
by
chenhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改下标,删除excle中多余出来的空白列
parent
c813673b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
KeySiteExcleDto.java
...join/amos/boot/module/common/api/dto/KeySiteExcleDto.java
+7
-7
No files found.
amos-boot-module/amos-boot-module-api/amos-boot-module-common-api/src/main/java/com/yeejoin/amos/boot/module/common/api/dto/KeySiteExcleDto.java
View file @
18d0a4c9
...
@@ -74,32 +74,32 @@ public class KeySiteExcleDto implements Serializable {
...
@@ -74,32 +74,32 @@ public class KeySiteExcleDto implements Serializable {
@ApiModelProperty
(
value
=
"责任人身份证"
)
@ApiModelProperty
(
value
=
"责任人身份证"
)
private
String
chargePersonId
;
private
String
chargePersonId
;
@ExcelProperty
(
value
=
"确定重点防火部位的原因"
,
index
=
9
)
@ExcelProperty
(
value
=
"确定重点防火部位的原因"
,
index
=
7
)
@ApiModelProperty
(
value
=
"确定重点防火部位的原因"
)
@ApiModelProperty
(
value
=
"确定重点防火部位的原因"
)
private
String
keyPreventionReason
;
private
String
keyPreventionReason
;
@ExcelProperty
(
value
=
"消防设施情况"
,
index
=
10
)
@ExcelProperty
(
value
=
"消防设施情况"
,
index
=
8
)
@ExplicitConstraint
(
indexNum
=
11
,
source
=
{
"有"
,
"无"
})
@ExplicitConstraint
(
indexNum
=
11
,
source
=
{
"有"
,
"无"
})
@ApiModelProperty
(
value
=
"消防设施情况"
)
@ApiModelProperty
(
value
=
"消防设施情况"
)
private
String
fireFacilitiesInfo
;
private
String
fireFacilitiesInfo
;
@ExcelProperty
(
value
=
"防火标志设立情况"
,
index
=
11
)
@ExcelProperty
(
value
=
"防火标志设立情况"
,
index
=
9
)
@ApiModelProperty
(
value
=
"防火标志设立情况"
)
@ApiModelProperty
(
value
=
"防火标志设立情况"
)
private
String
firePreventionFlagName
;
private
String
firePreventionFlagName
;
@ExcelProperty
(
value
=
"危险源"
,
index
=
1
2
)
@ExcelProperty
(
value
=
"危险源"
,
index
=
1
0
)
@ApiModelProperty
(
value
=
"危险源"
)
@ApiModelProperty
(
value
=
"危险源"
)
private
String
hazard
;
private
String
hazard
;
@ExcelProperty
(
value
=
"消防安全管理措施"
,
index
=
1
3
)
@ExcelProperty
(
value
=
"消防安全管理措施"
,
index
=
1
1
)
@ApiModelProperty
(
value
=
"消防安全管理措施"
)
@ApiModelProperty
(
value
=
"消防安全管理措施"
)
private
String
safetyManagementMeasures
;
private
String
safetyManagementMeasures
;
@ExcelProperty
(
value
=
"防范手段措施"
,
index
=
1
4
)
@ExcelProperty
(
value
=
"防范手段措施"
,
index
=
1
2
)
@ApiModelProperty
(
value
=
"防范手段措施"
)
@ApiModelProperty
(
value
=
"防范手段措施"
)
private
String
preventiveMeasures
;
private
String
preventiveMeasures
;
@ExcelProperty
(
value
=
"备注"
,
index
=
1
5
)
@ExcelProperty
(
value
=
"备注"
,
index
=
1
3
)
@ApiModelProperty
(
value
=
"备注"
)
@ApiModelProperty
(
value
=
"备注"
)
private
String
remark
;
private
String
remark
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment