refactor(权限点): 查询接口增加类型参数
This commit is contained in:
parent
4a6ff5e037
commit
448634b3b5
@ -33,6 +33,8 @@ public class PermissionPointTreeQueryReq {
|
||||
/** 权限点terminal对应workspaceType **/
|
||||
private List<String> workspaceType;
|
||||
|
||||
/** 权限点展示最大层级 **/
|
||||
private Integer maxLevel;
|
||||
/** 权限点元素类型
|
||||
* 0.菜单 1.页面 3按钮
|
||||
* **/
|
||||
private Integer featureType;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user