refactor(权限点): 查询接口增加类型参数

This commit is contained in:
zhansihu 2023-09-18 13:51:41 +08:00
parent 4a6ff5e037
commit 448634b3b5

View File

@ -33,6 +33,8 @@ public class PermissionPointTreeQueryReq {
/** 权限点terminal对应workspaceType **/ /** 权限点terminal对应workspaceType **/
private List<String> workspaceType; private List<String> workspaceType;
/** 权限点展示最大层级 **/ /** 权限点元素类型
private Integer maxLevel; * 0.菜单 1.页面 3按钮
* **/
private Integer featureType;
} }