YYC
2023-08-08 9607a83c355cb61a35b412019091374bb7d6829c
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.*;
@@ -77,28 +74,28 @@
    @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;
//    /**
//     * 用于BDF2系统
//     */
//    @Transient
//    private List<IDept> depts;
//
//    /**
//     * 用于BDF2系统
//     */
//    @Transient
//    private List<Role> roles;
//
//    /**
//     * 用于BDF2系统
//     */
//    @Transient
//    private List<IPosition> positions;
//
//    /**
//     * 用于BDF2系统
//     */
//    @Transient
//    private List<Group> groups;
}