public class RoleInfoVo extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
private String |
dataScope
数据权限范围
|
private String |
roleId
橘色ID
|
private String |
roleKey
用户ID
|
| 构造器和说明 |
|---|
RoleInfoVo() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getDataScope()
获取 数据权限范围
|
String |
getRoleId()
获取 橘色ID
|
String |
getRoleKey()
获取 用户ID
|
void |
setDataScope(String dataScope)
设置 数据权限范围
|
void |
setRoleId(String roleId)
设置 橘色ID
|
void |
setRoleKey(String roleKey)
设置 用户ID
|
private String roleKey
private String dataScope
private String roleId
public String getRoleKey()
public void setRoleKey(String roleKey)
roleKey - 用户IDpublic String getDataScope()
public void setDataScope(String dataScope)
dataScope - 数据权限范围public String getRoleId()
public void setRoleId(String roleId)
roleId - 橘色IDCopyright © 2024. All rights reserved.