Commit 7182e839 by guojuxing

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

parent 126ad80d
......@@ -60,12 +60,11 @@ public interface MenuApiService {
ServiceResponse<List<MenuDTO>> getNoAuthOperationItemOfGic(Integer userId, String versionCode);
/**
* 获取超级管理员菜单
* @param userId
* @param versionCode 商户服务订购的版本
* 获取超级管理员的gic菜单
* @param enterpriseId
* @return
*/
ServiceResponse<List<MenuDTO>> getSuperAdminMenu(Integer userId, String versionCode);
ServiceResponse<List<MenuDTO>> getSuperAdminGicMenu(Integer enterpriseId);
/**
* 查询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