Commit e0d76db7 by guojuxing

权限集:菜单树接口:页面&权限项

parent 50736a8a
......@@ -34,7 +34,7 @@ public interface MenuApiService {
ServiceResponse<List<MenuDTO>> getSuperAdminMenu(Integer userId, Integer enterpriseId);
/**
* 查询gic菜单树数据
* 查询gic菜单页面树数据
* @Title: listMenuTree

* @Description:

 * @author guojuxing 

......@@ -44,6 +44,16 @@ public interface MenuApiService {
ServiceResponse<List<MenuDTO>> listMenuTree(MenuListQO params);
/**
* 查询菜单树(页面&权限项)
* @Title: listMenuTreeForRole

* @Description:

 * @author guojuxing
* @param project

* @return com.gic.api.base.commons.ServiceResponse<java.util.List<com.gic.auth.dto.MenuDTO>>


 */
ServiceResponse<List<MenuDTO>> listMenuTreeForRole(String project);
/**
* 查询页面下面的操作项列表数据
* @Title: listMenuItemByParentId

* @Description:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment