refactor(权限点):DTO调整

This commit is contained in:
zhansihu 2023-09-06 20:27:13 +08:00
parent 657ec88c7f
commit 7b712f599f

View File

@ -37,6 +37,9 @@ public class PermissionPointTreeNode implements IBaseTree<PermissionPointTreeNod
*/
private Integer featureType;
/** 元素类别描述 - 对应featureType **/
private String featureTypeDesc;
/** 下级节点 **/
private List<PermissionPointTreeNode> children;