Commit ae367b0e authored by fangxinjiang's avatar fangxinjiang

合同续签--续签待办生成新增字段-fxj

parent 26eb3067
......@@ -66,7 +66,7 @@ public class TEmpContractAlertExportVo {
@Schema(description ="合同开始日期")
@HeadFontStyle(fontHeightInPoints = 11)
@ExcelProperty("合同开始日期")
private Date contractStart;
private String contractStart;
/**
* 合同截止日期
......@@ -76,7 +76,7 @@ public class TEmpContractAlertExportVo {
@Schema(description ="合同截止日期")
@HeadFontStyle(fontHeightInPoints = 11)
@ExcelProperty("合同截止日期")
private Date contractEnd;
private String contractEnd;
/**
* 合同岗位
*/
......@@ -219,7 +219,7 @@ public class TEmpContractAlertExportVo {
@Schema(description ="首次提醒时间")
@HeadFontStyle(fontHeightInPoints = 11)
@ExcelProperty("首次提醒时间")
private Date firstAlertTime;
private String firstAlertTime;
/**
* 提醒人
......@@ -274,7 +274,7 @@ public class TEmpContractAlertExportVo {
@HeadFontStyle(fontHeightInPoints = 11)
@ExcelProperty("反馈时间")
@Schema(description = "反馈时间")
private Date feedbackTime;
private String feedbackTime;
/**
* 处理状态 0 待处理 1 处理中 2 已处理
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment