refactor(权限点): 调整enum描述
This commit is contained in:
parent
c3a61c8ccb
commit
76392a072b
@ -89,7 +89,7 @@ public class PermissionPointDTO {
|
||||
private String terminal;
|
||||
|
||||
/**
|
||||
* 元素类别 0.模块 1.菜单 2页面 3按钮
|
||||
* 元素类别 0.菜单 1.页面 3按钮
|
||||
*/
|
||||
@NotNull(message = "元素类别不能为空")
|
||||
private Integer featureType;
|
||||
|
||||
@ -13,7 +13,7 @@ import lombok.Data;
|
||||
public class PermissionPointListQueryRequest {
|
||||
|
||||
/**
|
||||
* 元素类别 0.模块 1.菜单 2页面 3按钮
|
||||
* 元素类别 0.菜单 1.页面 3按钮
|
||||
* 参考FeatureType
|
||||
* **/
|
||||
private Integer featureType;
|
||||
|
||||
@ -38,7 +38,7 @@ public class PermissionPointTreeNode implements IBaseTree<PermissionPointTreeNod
|
||||
private String path;
|
||||
|
||||
/**
|
||||
* 元素类别 0.模块 1.菜单 2页面 3按钮
|
||||
* 元素类别 0.菜单 1.页面 3按钮
|
||||
*/
|
||||
private Integer featureType;
|
||||
|
||||
|
||||
@ -47,7 +47,7 @@ public class PermissionPointVO {
|
||||
/** 父级权限点名称 **/
|
||||
private String parentName;
|
||||
/**
|
||||
* 父级元素类别 0.模块 1.菜单 2页面 3按钮
|
||||
* 父级元素类别 0.菜单 1.页面 3按钮
|
||||
* **/
|
||||
private Integer parentFeatureType;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user