Commit 0dc458d7 authored by fangxinjiang's avatar fangxinjiang

证明开具

parent dea166a6
...@@ -22,7 +22,7 @@ import io.swagger.v3.oas.annotations.media.Schema; ...@@ -22,7 +22,7 @@ import io.swagger.v3.oas.annotations.media.Schema;
import lombok.Data; import lombok.Data;
import lombok.EqualsAndHashCode; import lombok.EqualsAndHashCode;
import java.time.LocalDate; import java.util.Date;
/** /**
* 员工学历信息表 * 员工学历信息表
...@@ -71,7 +71,7 @@ public class TEmpEducation extends BaseEntity { ...@@ -71,7 +71,7 @@ public class TEmpEducation extends BaseEntity {
* 入学时间 * 入学时间
*/ */
@Schema(description = "入学时间") @Schema(description = "入学时间")
private LocalDate entryDate; private Date entryDate;
/** /**
* 学历名称 * 学历名称
...@@ -83,7 +83,7 @@ public class TEmpEducation extends BaseEntity { ...@@ -83,7 +83,7 @@ public class TEmpEducation extends BaseEntity {
* 结业日期 * 结业日期
*/ */
@Schema(description = "结业日期") @Schema(description = "结业日期")
private LocalDate gradutionDate; private Date 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