fix 选择器
This commit is contained in:
@@ -98,6 +98,12 @@ public class PermissionVO extends BaseDTO{
|
||||
*/
|
||||
private String menuID;
|
||||
|
||||
/**
|
||||
* @description 父菜单ID(用于权限绑定菜单查询)
|
||||
* @author yslg
|
||||
* @since 2025-10-30
|
||||
*/
|
||||
private String parentID;
|
||||
/**
|
||||
* @description 菜单名称(用于权限绑定菜单查询)
|
||||
* @author yslg
|
||||
@@ -304,6 +310,14 @@ public class PermissionVO extends BaseDTO{
|
||||
this.menuID = menuID;
|
||||
}
|
||||
|
||||
public String getParentID() {
|
||||
return parentID;
|
||||
}
|
||||
|
||||
public void setParentID(String parentID) {
|
||||
this.parentID = parentID;
|
||||
}
|
||||
|
||||
public String getMenuName() {
|
||||
return menuName;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user