All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xyz.erupt.core.module.MetaUserinfo Maven / Gradle / Ivy

There is a newer version: 1.12.17
Show newest version
package xyz.erupt.core.module;

import lombok.Getter;
import lombok.Setter;

import java.util.List;

/**
 * @author YuePeng
 * date 2021/11/29 21:03
 */
@Getter
@Setter
public class MetaUserinfo {

    private Long id; //用户id

    private String account; //用户名

    private String username; //账号

    private String org;  //所属组织

    private String post; //所属岗位

    private boolean superAdmin; //是否为超级管理员

    private List roles; //角色列表

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy