refactor(权限点):DTO调整
This commit is contained in:
parent
657ec88c7f
commit
7b712f599f
@ -37,6 +37,9 @@ public class PermissionPointTreeNode implements IBaseTree<PermissionPointTreeNod
|
||||
*/
|
||||
private Integer featureType;
|
||||
|
||||
/** 元素类别描述 - 对应featureType **/
|
||||
private String featureTypeDesc;
|
||||
|
||||
/** 下级节点 **/
|
||||
private List<PermissionPointTreeNode> children;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user