jyy
2021-09-03 3868b706ee3ee115a400d77abc3b69b83ea448c7
zq-erp/src/main/java/com/matrix/system/common/bean/SysUsers.java
@@ -2,7 +2,7 @@
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;
@@ -19,8 +19,11 @@
    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;
@@ -170,7 +173,7 @@
    /**
     * 生日
     */
    @DateTimeFormat(pattern = DateUtils.DATE_FORMAT_DD)
    @DateTimeFormat(pattern = DateUtil.DATE_FORMAT_DD)
    private Date suBirthday;
    /**
@@ -202,7 +205,7 @@
    /**
     * 入职时间
     */
    @DateTimeFormat(pattern = DateUtils.DATE_FORMAT_DD)
    @DateTimeFormat(pattern = DateUtil.DATE_FORMAT_DD)
    private Date entryDate;
    /**
     * 紧急联系电话
@@ -241,6 +244,7 @@
    private String shopName;
    private String allCustomer;
    private String roleName;
@@ -269,6 +273,7 @@
    private String departName;
    /**
     * 入职时间区域查询
     **/
@@ -283,6 +288,14 @@
    @Extend
    private SysCompany company;
    public String getAllCustomer() {
        return allCustomer;
    }
    public void setAllCustomer(String allCustomer) {
        this.allCustomer = allCustomer;
    }
    public Long getSuId() {
        return suId;
    }