jyy
2021-08-09 c23e4142fcce8eead0b12c31cceb90a205e38686
zq-erp/src/main/java/com/matrix/system/common/bean/SysUsers.java
@@ -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;
@@ -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;
    }