Package io.github.xezzon.zeroweb.role
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 -
Method Summary
Methods inherited from class java.lang.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()
-