|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | import com.matrix.core.anotations.Extend; | 
|---|
|  |  |  | import com.matrix.core.pojo.EntityDTO; | 
|---|
|  |  |  | import com.matrix.system.hive.plugin.util.DateUtils; | 
|---|
|  |  |  | import com.matrix.core.tools.DateUtil; | 
|---|
|  |  |  | import org.springframework.format.annotation.DateTimeFormat; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | import java.util.Date; | 
|---|
|  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 生日 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | @DateTimeFormat(pattern = DateUtils.DATE_FORMAT_DD) | 
|---|
|  |  |  | @DateTimeFormat(pattern = DateUtil.DATE_FORMAT_DD) | 
|---|
|  |  |  | private Date suBirthday; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 入职时间 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | @DateTimeFormat(pattern = DateUtils.DATE_FORMAT_DD) | 
|---|
|  |  |  | @DateTimeFormat(pattern = DateUtil.DATE_FORMAT_DD) | 
|---|
|  |  |  | private Date entryDate; | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 紧急联系电话 | 
|---|