Commit 2ca1f9d0 by guojuxing

操作模块初始化修改:查询全部

parent a5fe8431
...@@ -60,11 +60,20 @@ public interface MenuApiService { ...@@ -60,11 +60,20 @@ public interface MenuApiService {
ServiceResponse<List<MenuDTO>> getNoAuthOperationItemOfGic(Integer userId, String versionCode); ServiceResponse<List<MenuDTO>> getNoAuthOperationItemOfGic(Integer userId, String versionCode);
/** /**
* 获取超级管理员的gic菜单 * 获取超级管理员的Gic菜单
* @param enterpriseId * @param enterpriseId
* @return * @return
*/ */
ServiceResponse<List<MenuDTO>> getSuperAdminGicMenu(Integer enterpriseId); ServiceResponse<List<MenuDTO>> getSuperAdminGicMenu(Integer enterpriseId);
/**
* 获取超级管理员的菜单 非树
* @Title: getSuperAdminGicMenuNotTree

* @Description:

 * @author guojuxing
* @param enterpriseId

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


 */
ServiceResponse<List<MenuDTO>> getSuperAdminMenuNotTree(Integer enterpriseId);
/** /**
* 查询gic菜单页面树数据 * 查询gic菜单页面树数据
......
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