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
4162f3b1
Commit
4162f3b1
authored
Sep 30, 2024
by
changxiangyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug修改,删除ExcelProperty注解的index
parent
57d36fb5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
17 deletions
+17
-17
ImportYsEmergencyUnitVo.java
...n/amos/boot/module/ys/api/vo/ImportYsEmergencyUnitVo.java
+17
-17
No files found.
amos-boot-system-tzs/amos-boot-module-ys/amos-boot-module-ys-api/src/main/java/com/yeejoin/amos/boot/module/ys/api/vo/ImportYsEmergencyUnitVo.java
View file @
4162f3b1
...
...
@@ -13,79 +13,79 @@ public class ImportYsEmergencyUnitVo {
/**
* 名称 .
*/
@ExcelProperty
(
value
=
"名称"
,
index
=
0
)
@ExcelProperty
(
value
=
"名称"
)
private
String
name
;
/**
* 关联消防队 .
*/
@ExcelProperty
(
value
=
"关联消防队"
,
index
=
1
)
@ExcelProperty
(
value
=
"关联消防队"
)
private
Integer
teamId
;
/**
* 地址 .
*/
@ExcelProperty
(
value
=
"地址"
,
index
=
2
)
@ExcelProperty
(
value
=
"地址"
)
private
String
address
;
/**
* 经纬度 .
*/
@ExcelProperty
(
value
=
"经纬度"
,
index
=
3
)
@ExcelProperty
(
value
=
"经纬度"
)
private
String
longitudeLatitude
;
/**
* 应急服务内容 .
*/
@ExcelProperty
(
value
=
"应急服务内容"
,
index
=
4
)
@ExcelProperty
(
value
=
"应急服务内容"
)
private
String
emergencyService
;
/**
* 单位传真 .
*/
@ExcelProperty
(
value
=
"单位传真"
,
index
=
5
)
@ExcelProperty
(
value
=
"单位传真"
)
private
String
fax
;
/**
* 保障能力 .
*/
@ExcelProperty
(
value
=
"保障能力"
,
index
=
6
)
@ExcelProperty
(
value
=
"保障能力"
)
private
String
guaranteeCapability
;
/**
* 保障类别 .
*/
@ExcelProperty
(
value
=
"保障类别"
,
index
=
7
)
@ExcelProperty
(
value
=
"保障类别"
)
private
String
guaranteeType
;
/**
* 联系人 .
*/
@ExcelProperty
(
value
=
"联系人"
,
index
=
8
)
@ExcelProperty
(
value
=
"联系人"
)
private
String
linkman
;
/**
* 部门代码 .
*/
@ExcelProperty
(
value
=
"部门代码"
,
index
=
9
)
@ExcelProperty
(
value
=
"部门代码"
)
private
String
orgCode
;
/**
* 单位概述 .
*/
@ExcelProperty
(
value
=
"单位概述"
,
index
=
10
)
@ExcelProperty
(
value
=
"单位概述"
)
private
String
overview
;
/**
* 负责人 .
*/
@ExcelProperty
(
value
=
"负责人"
,
index
=
11
)
@ExcelProperty
(
value
=
"负责人"
)
private
String
person
;
/**
* 联系电话 .
*/
@ExcelProperty
(
value
=
"联系电话"
,
index
=
12
)
@ExcelProperty
(
value
=
"联系电话"
)
private
String
phone
;
...
...
@@ -93,25 +93,25 @@ public class ImportYsEmergencyUnitVo {
/**
* 单位编号 .
*/
@ExcelProperty
(
value
=
"单位编号"
,
index
=
13
)
@ExcelProperty
(
value
=
"单位编号"
)
private
String
unitNum
;
/**
* 单位类型 .
*/
@ExcelProperty
(
value
=
"单位类型"
,
index
=
14
)
@ExcelProperty
(
value
=
"单位类型"
)
private
String
unitType
;
/**
* 行政区划编号 .
*/
@ExcelProperty
(
value
=
"行政区划编号"
,
index
=
15
)
@ExcelProperty
(
value
=
"行政区划编号"
)
private
String
xzqhbh
;
/**
* 类型 .
*/
@ExcelProperty
(
value
=
"type"
,
index
=
16
)
@ExcelProperty
(
value
=
"type"
)
private
String
type
;
}
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