Class Role

java.lang.Object
io.github.xezzon.zeroweb.role.Role
All Implemented Interfaces:
io.github.xezzon.zeroweb.common.jpa.IEntity<String>, io.github.xezzon.zeroweb.core.tree.ITreeNode<Role,String>

@Entity public class Role extends Object implements io.github.xezzon.zeroweb.common.jpa.IEntity<String>, io.github.xezzon.zeroweb.core.tree.ITreeNode<Role,String>

角色实体类

角色是权限管理系统的核心概念,用于定义用户的权限范围。 角色采用树形结构管理,支持角色继承和权限聚合。 每个角色都有唯一标识、简码、完整编码、名称等信息。

Author:
xezzon
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.github.xezzon.zeroweb.common.jpa.IEntity

    getId

    Methods inherited from interface io.github.xezzon.zeroweb.core.tree.ITreeNode

    getChildren, getId, getParentId, setChildren
  • Constructor Details

    • Role

      public Role()