CZT
2023-09-18 366bd9b4bd8f4323959fbf345c31ce38ea719553
src/main/java/com/fzzy/async/whhpjl/entity/Fz40WhjlDefaultUser.java
@@ -1,9 +1,6 @@
package com.fzzy.async.whhpjl.entity;
import com.bstek.bdf2.core.business.IDept;
import com.bstek.bdf2.core.business.IPosition;
import com.bstek.bdf2.core.model.Group;
import com.bstek.bdf2.core.model.Role;
import lombok.Data;
import javax.persistence.*;
@@ -61,44 +58,4 @@
    @Column(name = "CREATE_DATE_")
    private Date createDate;
    // 部门说明
    @Transient
    private String deptName;
    @Transient
    private String deptId;
    // 角色
    @Transient
    private String roleName;
    @Transient
    private String roleId;
    /**
     * 用于BDF2系统
     */
    @Transient
    private List<IDept> depts;
    /**
     * 用于BDF2系统
     */
    @Transient
    private List<Role> roles;
    /**
     * 用于BDF2系统
     */
    @Transient
    private List<IPosition> positions;
    /**
     * 用于BDF2系统
     */
    @Transient
    private List<Group> groups;
}