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
36c907b8
Commit
36c907b8
authored
Jul 03, 2025
by
huyuchen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
huych-合同自动化代码提交
parent
7243ac0b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
TEmployeeContractPre.java
...ud/plus/v1/yifu/archives/entity/TEmployeeContractPre.java
+8
-0
No files found.
yifu-archives/yifu-archives-api/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/entity/TEmployeeContractPre.java
View file @
36c907b8
...
@@ -104,10 +104,12 @@ public class TEmployeeContractPre extends BaseEntity {
...
@@ -104,10 +104,12 @@ public class TEmployeeContractPre extends BaseEntity {
@Schema
(
description
=
"合同起始时间"
)
@Schema
(
description
=
"合同起始时间"
)
@JsonFormat
(
shape
=
JsonFormat
.
Shape
.
STRING
,
pattern
=
"yyyy-MM-dd"
,
timezone
=
"GMT+08:00"
)
@JsonFormat
(
shape
=
JsonFormat
.
Shape
.
STRING
,
pattern
=
"yyyy-MM-dd"
,
timezone
=
"GMT+08:00"
)
@TableField
(
updateStrategy
=
FieldStrategy
.
IGNORED
)
private
Date
contractStart
;
private
Date
contractStart
;
@Schema
(
description
=
"合同到期时间"
)
@Schema
(
description
=
"合同到期时间"
)
@JsonFormat
(
shape
=
JsonFormat
.
Shape
.
STRING
,
pattern
=
"yyyy-MM-dd"
,
timezone
=
"GMT+08:00"
)
@JsonFormat
(
shape
=
JsonFormat
.
Shape
.
STRING
,
pattern
=
"yyyy-MM-dd"
,
timezone
=
"GMT+08:00"
)
@TableField
(
updateStrategy
=
FieldStrategy
.
IGNORED
)
private
Date
contractEnd
;
private
Date
contractEnd
;
@Schema
(
description
=
"签订类型"
)
@Schema
(
description
=
"签订类型"
)
...
@@ -124,10 +126,12 @@ public class TEmployeeContractPre extends BaseEntity {
...
@@ -124,10 +126,12 @@ public class TEmployeeContractPre extends BaseEntity {
@Schema
(
description
=
"合同试用期开始时间"
)
@Schema
(
description
=
"合同试用期开始时间"
)
@JsonFormat
(
shape
=
JsonFormat
.
Shape
.
STRING
,
pattern
=
"yyyy-MM-dd"
,
timezone
=
"GMT+08:00"
)
@JsonFormat
(
shape
=
JsonFormat
.
Shape
.
STRING
,
pattern
=
"yyyy-MM-dd"
,
timezone
=
"GMT+08:00"
)
@TableField
(
updateStrategy
=
FieldStrategy
.
IGNORED
)
private
Date
tryPeriodStart
;
private
Date
tryPeriodStart
;
@Schema
(
description
=
"合同试用期结束时间"
)
@Schema
(
description
=
"合同试用期结束时间"
)
@JsonFormat
(
shape
=
JsonFormat
.
Shape
.
STRING
,
pattern
=
"yyyy-MM-dd"
,
timezone
=
"GMT+08:00"
)
@JsonFormat
(
shape
=
JsonFormat
.
Shape
.
STRING
,
pattern
=
"yyyy-MM-dd"
,
timezone
=
"GMT+08:00"
)
@TableField
(
updateStrategy
=
FieldStrategy
.
IGNORED
)
private
Date
tryPeriodEnd
;
private
Date
tryPeriodEnd
;
@Schema
(
description
=
"工作任务"
)
@Schema
(
description
=
"工作任务"
)
...
@@ -206,9 +210,11 @@ public class TEmployeeContractPre extends BaseEntity {
...
@@ -206,9 +210,11 @@ public class TEmployeeContractPre extends BaseEntity {
private
String
dispatchPeriodMonth
;
private
String
dispatchPeriodMonth
;
@Schema
(
description
=
"派遣开始日期"
)
@Schema
(
description
=
"派遣开始日期"
)
@TableField
(
updateStrategy
=
FieldStrategy
.
IGNORED
)
private
Date
dispatchPeriodStart
;
private
Date
dispatchPeriodStart
;
@Schema
(
description
=
"派遣结束日期"
)
@Schema
(
description
=
"派遣结束日期"
)
@TableField
(
updateStrategy
=
FieldStrategy
.
IGNORED
)
private
Date
dispatchPeriodEnd
;
private
Date
dispatchPeriodEnd
;
@Schema
(
description
=
"工作方式 0 第一种方式 1 第二种方式"
)
@Schema
(
description
=
"工作方式 0 第一种方式 1 第二种方式"
)
...
@@ -230,9 +236,11 @@ public class TEmployeeContractPre extends BaseEntity {
...
@@ -230,9 +236,11 @@ public class TEmployeeContractPre extends BaseEntity {
private
String
internshipPeriod
;
private
String
internshipPeriod
;
@Schema
(
description
=
"实习开始日期"
)
@Schema
(
description
=
"实习开始日期"
)
@TableField
(
updateStrategy
=
FieldStrategy
.
IGNORED
)
private
Date
internshipPeriodStart
;
private
Date
internshipPeriodStart
;
@Schema
(
description
=
"实习结束日期"
)
@Schema
(
description
=
"实习结束日期"
)
@TableField
(
updateStrategy
=
FieldStrategy
.
IGNORED
)
private
Date
internshipPeriodEnd
;
private
Date
internshipPeriodEnd
;
@Schema
(
description
=
"合同岗位 0 固定岗位 1 等于档案处维护 2 自定义"
)
@Schema
(
description
=
"合同岗位 0 固定岗位 1 等于档案处维护 2 自定义"
)
...
...
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