ars.module.people.model.Role Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ars-module-people Show documentation
Show all versions of ars-module-people Show documentation
Ars framework module people
package ars.module.people.model;
import java.util.Set;
import java.util.HashSet;
import ars.module.system.model.Menu;
import ars.database.model.AbstractModel;
/**
* 角色数据模型
*
* @author yongqiangwu
*
*/
public class Role extends AbstractModel {
private static final long serialVersionUID = 1L;
private String code; // 编号
private String name; // 名称
private Boolean innate = false; // 内置角色
private String operable; // 操作权限
private Set