Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Y
yifu-mvp
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
fangxinjiang
yifu-mvp
Commits
5db3136a
Commit
5db3136a
authored
Jun 23, 2022
by
hongguangwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
LocalDate
parent
c3309aa0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
TEmployeeInfo.java
...ifu/cloud/plus/v1/yifu/archives/entity/TEmployeeInfo.java
+6
-5
No files found.
yifu-archives/yifu-archives-api/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/entity/TEmployeeInfo.java
View file @
5db3136a
...
@@ -27,6 +27,7 @@ import lombok.EqualsAndHashCode;
...
@@ -27,6 +27,7 @@ import lombok.EqualsAndHashCode;
import
org.hibernate.validator.constraints.Length
;
import
org.hibernate.validator.constraints.Length
;
import
javax.validation.constraints.Max
;
import
javax.validation.constraints.Max
;
import
java.time.LocalDate
;
import
java.time.LocalDateTime
;
import
java.time.LocalDateTime
;
/**
/**
...
@@ -79,13 +80,13 @@ public class TEmployeeInfo extends BaseEntity {
...
@@ -79,13 +80,13 @@ public class TEmployeeInfo extends BaseEntity {
* 身份证有效期起
* 身份证有效期起
*/
*/
@Schema
(
description
=
"身份证有效期起"
)
@Schema
(
description
=
"身份证有效期起"
)
private
LocalDate
Time
validityStart
;
private
LocalDate
validityStart
;
/**
/**
* 身份证有效期止
* 身份证有效期止
*/
*/
@Schema
(
description
=
"身份证有效期止"
)
@Schema
(
description
=
"身份证有效期止"
)
private
LocalDate
Time
validityEnd
;
private
LocalDate
validityEnd
;
/**
/**
* 性别
* 性别
...
@@ -97,7 +98,7 @@ public class TEmployeeInfo extends BaseEntity {
...
@@ -97,7 +98,7 @@ public class TEmployeeInfo extends BaseEntity {
* 出生日期
* 出生日期
*/
*/
@Schema
(
description
=
"出生日期"
)
@Schema
(
description
=
"出生日期"
)
private
LocalDate
Time
empBirthday
;
private
LocalDate
empBirthday
;
/**
/**
* 年龄
* 年龄
...
@@ -209,13 +210,13 @@ public class TEmployeeInfo extends BaseEntity {
...
@@ -209,13 +210,13 @@ public class TEmployeeInfo extends BaseEntity {
* 入学时间
* 入学时间
*/
*/
@Schema
(
description
=
"入学时间"
)
@Schema
(
description
=
"入学时间"
)
private
LocalDate
Time
admissionDate
;
private
LocalDate
admissionDate
;
/**
/**
* 毕业时间
* 毕业时间
*/
*/
@Schema
(
description
=
"毕业时间"
)
@Schema
(
description
=
"毕业时间"
)
private
LocalDate
Time
gradutionDate
;
private
LocalDate
gradutionDate
;
/**
/**
* 备注
* 备注
...
...
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