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
ae367b0e
Commit
ae367b0e
authored
Feb 09, 2026
by
fangxinjiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
合同续签--续签待办生成新增字段-fxj
parent
26eb3067
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
TEmpContractAlertExportVo.java
...d/plus/v1/yifu/archives/vo/TEmpContractAlertExportVo.java
+4
-4
No files found.
yifu-archives/yifu-archives-api/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/vo/TEmpContractAlertExportVo.java
View file @
ae367b0e
...
@@ -66,7 +66,7 @@ public class TEmpContractAlertExportVo {
...
@@ -66,7 +66,7 @@ public class TEmpContractAlertExportVo {
@Schema
(
description
=
"合同开始日期"
)
@Schema
(
description
=
"合同开始日期"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@ExcelProperty
(
"合同开始日期"
)
@ExcelProperty
(
"合同开始日期"
)
private
Date
contractStart
;
private
String
contractStart
;
/**
/**
* 合同截止日期
* 合同截止日期
...
@@ -76,7 +76,7 @@ public class TEmpContractAlertExportVo {
...
@@ -76,7 +76,7 @@ public class TEmpContractAlertExportVo {
@Schema
(
description
=
"合同截止日期"
)
@Schema
(
description
=
"合同截止日期"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@ExcelProperty
(
"合同截止日期"
)
@ExcelProperty
(
"合同截止日期"
)
private
Date
contractEnd
;
private
String
contractEnd
;
/**
/**
* 合同岗位
* 合同岗位
*/
*/
...
@@ -219,7 +219,7 @@ public class TEmpContractAlertExportVo {
...
@@ -219,7 +219,7 @@ public class TEmpContractAlertExportVo {
@Schema
(
description
=
"首次提醒时间"
)
@Schema
(
description
=
"首次提醒时间"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@ExcelProperty
(
"首次提醒时间"
)
@ExcelProperty
(
"首次提醒时间"
)
private
Date
firstAlertTime
;
private
String
firstAlertTime
;
/**
/**
* 提醒人
* 提醒人
...
@@ -274,7 +274,7 @@ public class TEmpContractAlertExportVo {
...
@@ -274,7 +274,7 @@ public class TEmpContractAlertExportVo {
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@ExcelProperty
(
"反馈时间"
)
@ExcelProperty
(
"反馈时间"
)
@Schema
(
description
=
"反馈时间"
)
@Schema
(
description
=
"反馈时间"
)
private
Date
feedbackTime
;
private
String
feedbackTime
;
/**
/**
* 处理状态 0 待处理 1 处理中 2 已处理
* 处理状态 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