Commit d2842c7c authored by fangxinjiang's avatar fangxinjiang

学历导出时间调整

parent 4cc9412e
...@@ -138,7 +138,7 @@ public class TEmpEducationExportVo implements Serializable { ...@@ -138,7 +138,7 @@ public class TEmpEducationExportVo implements Serializable {
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern="yyyy-MM-dd") @JsonFormat(shape = JsonFormat.Shape.STRING, pattern="yyyy-MM-dd")
@Schema(description = "入学时间") @Schema(description = "入学时间")
@ExcelProperty("入学时间") @ExcelProperty("入学时间")
private Date entryDate; private String entryDate;
/** /**
* 结业日期 * 结业日期
...@@ -147,7 +147,7 @@ public class TEmpEducationExportVo implements Serializable { ...@@ -147,7 +147,7 @@ public class TEmpEducationExportVo implements Serializable {
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern="yyyy-MM-dd") @JsonFormat(shape = JsonFormat.Shape.STRING, pattern="yyyy-MM-dd")
@Schema(description = "结业日期") @Schema(description = "结业日期")
@ExcelProperty("毕业日期") @ExcelProperty("毕业日期")
private Date gradutionDate; private String gradutionDate;
/** /**
* 证书名称 * 证书名称
......
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