mirror of
https://codeup.aliyun.com/64f7d6b8ce01efaafef1e678/coal/coal.git
synced 2026-01-25 07:46:40 +08:00
bugfix
This commit is contained in:
@@ -13,6 +13,7 @@ import lombok.Data;
|
||||
import org.hibernate.annotations.Comment;
|
||||
import org.hibernate.annotations.Type;
|
||||
|
||||
import java.time.LocalDate;
|
||||
import java.util.*;
|
||||
|
||||
@Data
|
||||
@@ -21,10 +22,10 @@ public class EmpWorkRecordVO {
|
||||
|
||||
|
||||
@Comment("入职时间")
|
||||
private Date entryDate;
|
||||
private LocalDate entryDate;
|
||||
|
||||
@Comment("离职时间")
|
||||
private Date resignDate;
|
||||
private LocalDate resignDate;
|
||||
|
||||
|
||||
@Comment("工作单位")
|
||||
|
||||
Reference in New Issue
Block a user