| | |
| | | |
| | | 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; |
| | |
| | | private static final long serialVersionUID = 1L; |
| | | |
| | | /** 有效*/ |
| | | @Extend |
| | | public static final String VALID_Y="Y"; |
| | | |
| | | /** 无效*/ |
| | | @Extend |
| | | public static final String VALID_N="N"; |
| | | |
| | | private Long suId; |
| | |
| | | /** |
| | | * 生日 |
| | | */ |
| | | @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; |
| | | /** |
| | | * 紧急联系电话 |