refactor(权限点): 调整enum描述

This commit is contained in:
zhansihu 2023-09-15 11:12:55 +08:00
parent c3a61c8ccb
commit 76392a072b
4 changed files with 4 additions and 4 deletions

View File

@ -89,7 +89,7 @@ public class PermissionPointDTO {
private String terminal;
/**
* 元素类别 0.模块 1.菜单 2页面 3按钮
* 元素类别 0.菜单 1.页面 3按钮
*/
@NotNull(message = "元素类别不能为空")
private Integer featureType;

View File

@ -13,7 +13,7 @@ import lombok.Data;
public class PermissionPointListQueryRequest {
/**
* 元素类别 0.模块 1.菜单 2页面 3按钮
* 元素类别 0.菜单 1.页面 3按钮
* 参考FeatureType
* **/
private Integer featureType;

View File

@ -38,7 +38,7 @@ public class PermissionPointTreeNode implements IBaseTree<PermissionPointTreeNod
private String path;
/**
* 元素类别 0.模块 1.菜单 2页面 3按钮
* 元素类别 0.菜单 1.页面 3按钮
*/
private Integer featureType;

View File

@ -47,7 +47,7 @@ public class PermissionPointVO {
/** 父级权限点名称 **/
private String parentName;
/**
* 父级元素类别 0.模块 1.菜单 2页面 3按钮
* 父级元素类别 0.菜单 1.页面 3按钮
* **/
private Integer parentFeatureType;