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
898ffd1d
Commit
898ffd1d
authored
Sep 13, 2021
by
chenhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改列标冲突
parent
0974b6e1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
22 deletions
+22
-22
FirefightersExcelDto.java
...amos/boot/module/common/api/dto/FirefightersExcelDto.java
+22
-22
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/FirefightersExcelDto.java
View file @
898ffd1d
...
@@ -181,72 +181,72 @@ public class FirefightersExcelDto extends BaseDto {
...
@@ -181,72 +181,72 @@ public class FirefightersExcelDto extends BaseDto {
private
Long
firefightersId
;
private
Long
firefightersId
;
/*************************岗位职级***********************/
/*************************岗位职级***********************/
@ApiModelProperty
(
value
=
"员工层级"
)
@ApiModelProperty
(
value
=
"员工层级"
)
@ExcelProperty
(
value
=
"员工层级"
,
index
=
2
0
)
@ExcelProperty
(
value
=
"员工层级"
,
index
=
2
2
)
@ExplicitConstraint
(
type
=
"YGCJ"
,
indexNum
=
2
0
,
sourceClass
=
RoleNameExplicitConstraint
.
class
)
//动态下拉内容
@ExplicitConstraint
(
type
=
"YGCJ"
,
indexNum
=
2
2
,
sourceClass
=
RoleNameExplicitConstraint
.
class
)
//动态下拉内容
private
String
employeeHierarchy
;
private
String
employeeHierarchy
;
@ApiModelProperty
(
value
=
"行政职务"
)
@ApiModelProperty
(
value
=
"行政职务"
)
@ExplicitConstraint
(
type
=
"XZZW"
,
indexNum
=
2
1
,
sourceClass
=
RoleNameExplicitConstraint
.
class
)
//动态下拉内容
@ExplicitConstraint
(
type
=
"XZZW"
,
indexNum
=
2
3
,
sourceClass
=
RoleNameExplicitConstraint
.
class
)
//动态下拉内容
@ExcelProperty
(
value
=
"行政职务"
,
index
=
2
1
)
@ExcelProperty
(
value
=
"行政职务"
,
index
=
2
3
)
private
String
administrativePosition
;
private
String
administrativePosition
;
@ApiModelProperty
(
value
=
"岗位资质"
)
@ApiModelProperty
(
value
=
"岗位资质"
)
@ExplicitConstraint
(
type
=
"GWZZ"
,
indexNum
=
2
2
,
sourceClass
=
RoleNameExplicitConstraint
.
class
)
//动态下拉内容
@ExplicitConstraint
(
type
=
"GWZZ"
,
indexNum
=
2
4
,
sourceClass
=
RoleNameExplicitConstraint
.
class
)
//动态下拉内容
@ExcelProperty
(
value
=
"岗位资质"
,
index
=
2
2
)
@ExcelProperty
(
value
=
"岗位资质"
,
index
=
2
4
)
private
String
postQualification
;
private
String
postQualification
;
@ApiModelProperty
(
value
=
"消防救援人员类别"
)
@ApiModelProperty
(
value
=
"消防救援人员类别"
)
@ExplicitConstraint
(
type
=
"XFRYLB"
,
indexNum
=
2
3
,
sourceClass
=
RoleNameExplicitConstraint
.
class
)
//动态下拉内容
@ExplicitConstraint
(
type
=
"XFRYLB"
,
indexNum
=
2
5
,
sourceClass
=
RoleNameExplicitConstraint
.
class
)
//动态下拉内容
@ExcelProperty
(
value
=
"消防救援人员类别"
,
index
=
2
3
)
@ExcelProperty
(
value
=
"消防救援人员类别"
,
index
=
2
5
)
private
String
category
;
private
String
category
;
// @ApiModelProperty(value = "消防救援人员状态")
// @ApiModelProperty(value = "消防救援人员状态")
// private String state;
// private String state;
@ApiModelProperty
(
value
=
"消防救援衔级别代码"
)
@ApiModelProperty
(
value
=
"消防救援衔级别代码"
)
@ExplicitConstraint
(
type
=
"XFJYJB"
,
indexNum
=
2
4
,
sourceClass
=
RoleNameExplicitConstraint
.
class
)
//动态下拉内容
@ExplicitConstraint
(
type
=
"XFJYJB"
,
indexNum
=
2
6
,
sourceClass
=
RoleNameExplicitConstraint
.
class
)
//动态下拉内容
@ExcelProperty
(
value
=
"消防救援衔级别代码"
,
index
=
2
4
)
@ExcelProperty
(
value
=
"消防救援衔级别代码"
,
index
=
2
6
)
private
String
level
;
private
String
level
;
@ApiModelProperty
(
value
=
"消防专家领域"
)
@ApiModelProperty
(
value
=
"消防专家领域"
)
@ExplicitConstraint
(
type
=
"ZJLY"
,
indexNum
=
2
5
,
sourceClass
=
RoleNameExplicitConstraint
.
class
)
//动态下拉内容
@ExplicitConstraint
(
type
=
"ZJLY"
,
indexNum
=
2
7
,
sourceClass
=
RoleNameExplicitConstraint
.
class
)
//动态下拉内容
@ExcelProperty
(
value
=
"消防专家领域"
,
index
=
2
5
)
@ExcelProperty
(
value
=
"消防专家领域"
,
index
=
2
7
)
private
String
areasExpertise
;
private
String
areasExpertise
;
/*************************学历教育***********************/
/*************************学历教育***********************/
@ApiModelProperty
(
value
=
"第一学历"
)
@ApiModelProperty
(
value
=
"第一学历"
)
@ExplicitConstraint
(
type
=
"XLLX"
,
indexNum
=
2
6
,
sourceClass
=
RoleNameExplicitConstraint
.
class
)
//动态下拉内容
@ExplicitConstraint
(
type
=
"XLLX"
,
indexNum
=
2
8
,
sourceClass
=
RoleNameExplicitConstraint
.
class
)
//动态下拉内容
@ExcelProperty
(
value
=
"第一学历"
,
index
=
2
6
)
@ExcelProperty
(
value
=
"第一学历"
,
index
=
2
8
)
private
String
firstDegree
;
private
String
firstDegree
;
@ApiModelProperty
(
value
=
"最高学历"
)
@ApiModelProperty
(
value
=
"最高学历"
)
@ExplicitConstraint
(
type
=
"XLLX"
,
indexNum
=
2
7
,
sourceClass
=
RoleNameExplicitConstraint
.
class
)
//动态下拉内容
@ExplicitConstraint
(
type
=
"XLLX"
,
indexNum
=
2
9
,
sourceClass
=
RoleNameExplicitConstraint
.
class
)
//动态下拉内容
@ExcelProperty
(
value
=
"最高学历"
,
index
=
2
7
)
@ExcelProperty
(
value
=
"最高学历"
,
index
=
2
9
)
private
String
highestEducation
;
private
String
highestEducation
;
@ApiModelProperty
(
value
=
"学位"
)
@ApiModelProperty
(
value
=
"学位"
)
@ExplicitConstraint
(
type
=
"XWLX"
,
indexNum
=
28
,
sourceClass
=
RoleNameExplicitConstraint
.
class
)
//动态下拉内容
@ExplicitConstraint
(
type
=
"XWLX"
,
indexNum
=
30
,
sourceClass
=
RoleNameExplicitConstraint
.
class
)
//动态下拉内容
@ExcelProperty
(
value
=
"学位"
,
index
=
28
)
@ExcelProperty
(
value
=
"学位"
,
index
=
30
)
private
String
academicDegree
;
private
String
academicDegree
;
@ApiModelProperty
(
value
=
"毕业院校"
)
@ApiModelProperty
(
value
=
"毕业院校"
)
@ExcelProperty
(
value
=
"毕业院校"
,
index
=
29
)
@ExcelProperty
(
value
=
"毕业院校"
,
index
=
31
)
private
String
school
;
private
String
school
;
@ApiModelProperty
(
value
=
"毕业专业名称"
)
@ApiModelProperty
(
value
=
"毕业专业名称"
)
@ExcelProperty
(
value
=
"毕业专业名称"
,
index
=
3
0
)
@ExcelProperty
(
value
=
"毕业专业名称"
,
index
=
3
2
)
private
String
professionalName
;
private
String
professionalName
;
/*************************工作履历岗***********************/
/*************************工作履历岗***********************/
@ApiModelProperty
(
value
=
"参加工作时间"
)
@ApiModelProperty
(
value
=
"参加工作时间"
)
@ExcelProperty
(
value
=
"参加工作时间"
,
index
=
3
1
)
@ExcelProperty
(
value
=
"参加工作时间"
,
index
=
3
3
)
@DateTimeFormat
(
pattern
=
"yyyy-MM-dd"
)
@DateTimeFormat
(
pattern
=
"yyyy-MM-dd"
)
@JsonFormat
(
pattern
=
"yyyy-MM-dd"
)
@JsonFormat
(
pattern
=
"yyyy-MM-dd"
)
private
Date
workingHours
;
private
Date
workingHours
;
@ApiModelProperty
(
value
=
"参加消防部门工作时间"
)
@ApiModelProperty
(
value
=
"参加消防部门工作时间"
)
@ExcelProperty
(
value
=
"参加消防部门工作时间"
,
index
=
3
2
)
@ExcelProperty
(
value
=
"参加消防部门工作时间"
,
index
=
3
4
)
@DateTimeFormat
(
pattern
=
"yyyy-MM-dd"
)
@DateTimeFormat
(
pattern
=
"yyyy-MM-dd"
)
@JsonFormat
(
pattern
=
"yyyy-MM-dd"
)
@JsonFormat
(
pattern
=
"yyyy-MM-dd"
)
private
Date
fireWorkingHours
;
private
Date
fireWorkingHours
;
...
...
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