| | |
| | | |
| | | 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; |
| | | /** |
| | | * 紧急联系电话 |
| | |
| | | private String shopName; |
| | | |
| | | |
| | | private String allCustomer; |
| | | |
| | | private String roleName; |
| | | |
| | |
| | | private String departName; |
| | | |
| | | |
| | | |
| | | /** |
| | | * 入职时间区域查询 |
| | | **/ |
| | |
| | | @Extend |
| | | private SysCompany company; |
| | | |
| | | private String openIds; |
| | | |
| | | public String getOpenIds() { |
| | | return openIds; |
| | | } |
| | | |
| | | public void setOpenIds(String openIds) { |
| | | this.openIds = openIds; |
| | | } |
| | | |
| | | public String getAllCustomer() { |
| | | return allCustomer; |
| | | } |
| | | |
| | | public void setAllCustomer(String allCustomer) { |
| | | this.allCustomer = allCustomer; |
| | | } |
| | | |
| | | public Long getSuId() { |
| | | return suId; |
| | | } |