Commit cc10c8bc by guojuxing

权限过滤修改

parent ca176f3e
......@@ -45,14 +45,14 @@ public interface MenuApiService {
ServiceResponse<List<MenuDTO>> getUserMenuOfGic(Integer userId, Integer currentMenu);
/**
* 根据用户ID查询拥有的gic操作项
* @Title: getUserOperationItemOfGic

* 根据用户ID查询拥有的gic操作项
* @Title: getNoAuthOperationItemOfGic

* @Description:

 * @author guojuxing
* @param userId

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


 */
ServiceResponse<List<MenuDTO>> getUserOperationItemOfGic(Integer userId);
ServiceResponse<List<MenuDTO>> getNoAuthOperationItemOfGic(Integer userId);
/**
* 获取超级管理员菜单
......
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