YYC
2023-08-08 a9a9977e1713cbe911da7701147e8c7be45a36d9
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;
}