Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yd-backend
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
AutogeneralShanghai
yd-backend
Commits
b8058f88
Commit
b8058f88
authored
Dec 29, 2020
by
jianan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
工作经历开始结束时间没有保存
parent
f98104a6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
yd-api/src/main/java/com/yd/dal/entity/agms/hiring/PractitionerHiringWorkingExperience.java
+6
-6
No files found.
yd-api/src/main/java/com/yd/dal/entity/agms/hiring/PractitionerHiringWorkingExperience.java
View file @
b8058f88
...
...
@@ -19,12 +19,12 @@ public class PractitionerHiringWorkingExperience {
/**
* 开始年月
*/
private
String
workingStart
;
private
Date
workingStart
;
/**
* 结束年月
*/
private
String
workingEnd
;
private
Date
workingEnd
;
/**
* 获取 工作单位
...
...
@@ -67,7 +67,7 @@ public class PractitionerHiringWorkingExperience {
*
* @return workingStart 开始年月
*/
public
String
getWorkingStart
()
{
public
Date
getWorkingStart
()
{
return
this
.
workingStart
;
}
...
...
@@ -76,7 +76,7 @@ public class PractitionerHiringWorkingExperience {
*
* @param workingStart 开始年月
*/
public
void
setWorkingStart
(
String
workingStart
)
{
public
void
setWorkingStart
(
Date
workingStart
)
{
this
.
workingStart
=
workingStart
;
}
...
...
@@ -85,7 +85,7 @@ public class PractitionerHiringWorkingExperience {
*
* @return workingEnd 结束年月
*/
public
String
getWorkingEnd
()
{
public
Date
getWorkingEnd
()
{
return
this
.
workingEnd
;
}
...
...
@@ -94,7 +94,7 @@ public class PractitionerHiringWorkingExperience {
*
* @param workingEnd 结束年月
*/
public
void
setWorkingEnd
(
String
workingEnd
)
{
public
void
setWorkingEnd
(
Date
workingEnd
)
{
this
.
workingEnd
=
workingEnd
;
}
...
...
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