Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dd_school
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangqi
dd_school
Commits
cae8836f
Commit
cae8836f
authored
Feb 28, 2025
by
wangjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2025-02-28
parent
0f2ada0e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
smart-campus/src/main/java/yangtz/cs/liu/campus/domain/schoolNewTeacherDzdn/SchoolTeacherBasicInformationVo.java
+4
-4
No files found.
smart-campus/src/main/java/yangtz/cs/liu/campus/domain/schoolNewTeacherDzdn/SchoolTeacherBasicInformationVo.java
View file @
cae8836f
...
...
@@ -116,27 +116,27 @@ public class SchoolTeacherBasicInformationVo extends BaseEntity {
/**
* 现职称(1无、2初级、3中级、4副高、5正高)
*/
@Excel
(
name
=
"现
职称"
,
dictType
=
"current_professional"
)
@Excel
(
name
=
"现
具备专技资格"
)
private
String
currentProfessionalTitle
;
/**
* 现职称取得资格时间
*/
@Excel
(
name
=
"现
职称取得
时间"
,
dateFormat
=
"yyyy-MM"
)
@Excel
(
name
=
"现
具备专技资格
时间"
,
dateFormat
=
"yyyy-MM"
)
@JsonFormat
(
pattern
=
"yyyy-MM-dd"
)
private
Date
currentProfessionalTitleTime
;
/**
* 现聘职称(1无、2初级、3中级、4副高、5正高)
*/
@Excel
(
name
=
"现聘
职称"
,
dictType
=
"current_professional
"
)
@Excel
(
name
=
"现聘
专技资格
"
)
private
String
currentHiringProfessionalTitle
;
/**
* 现职称聘任时间
*/
@JsonFormat
(
pattern
=
"yyyy-MM-dd"
)
@Excel
(
name
=
"现聘
职称取得
时间"
,
dateFormat
=
"yyyy-MM"
)
@Excel
(
name
=
"现聘
专技资格
时间"
,
dateFormat
=
"yyyy-MM"
)
private
Date
currentHiringProfessionalTitleTime
;
/**
...
...
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