Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
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
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
项目统一框架
amos-boot-biz
Commits
7514ca4f
Commit
7514ca4f
authored
Sep 01, 2021
by
kongfm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复BUG2676 隐藏导出多余图片字段
parent
aebb7018
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
AircraftDto.java
...com/yeejoin/amos/boot/module/jcs/api/dto/AircraftDto.java
+6
-5
No files found.
amos-boot-module/amos-boot-module-api/amos-boot-module-jcs-api/src/main/java/com/yeejoin/amos/boot/module/jcs/api/dto/AircraftDto.java
View file @
7514ca4f
...
...
@@ -149,26 +149,27 @@ public class AircraftDto extends BaseDto {
@ApiModelProperty
(
value
=
"备注"
)
private
String
remark
;
@Excel
Property
(
value
=
"外观图"
,
index
=
28
)
@Excel
Ignore
// BUG2676 隐藏导出多余图片字段 by kongfm
@ApiModelProperty
(
value
=
"外观图"
)
private
String
appearanceImages
;
@Excel
Property
(
value
=
"平面图"
,
index
=
29
)
@Excel
Ignore
// BUG2676 隐藏导出多余图片字段 by kongfm
@ApiModelProperty
(
value
=
"平面图"
)
private
String
planeImages
;
@Excel
Property
(
value
=
"救援图"
,
index
=
30
)
@Excel
Ignore
// BUG2676 隐藏导出多余图片字段 by kongfm
@ApiModelProperty
(
value
=
"救援图"
)
private
String
rescueImages
;
@Excel
Property
(
value
=
"方位图"
,
index
=
31
)
@Excel
Ignore
// BUG2676 隐藏导出多余图片字段 by kongfm
@ApiModelProperty
(
value
=
"方位图"
)
private
String
positionImages
;
@Excel
Property
(
value
=
"三维模型"
,
index
=
32
)
@Excel
Ignore
// BUG2676 隐藏导出多余图片字段 by kongfm
@ApiModelProperty
(
value
=
"三维模型"
)
private
String
models
;
@ExcelIgnore
// BUG2676 隐藏导出多余图片字段 by kongfm
@ApiModelProperty
(
value
=
"现场图片"
)
private
List
<
String
>
scenePicture
;
...
...
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