Commit ea6b17e8 by guojuxing

回显权限集接口

parent 52ad4b6a
......@@ -18,6 +18,15 @@ import java.util.List;
*/
public interface MenuApiService {
/**
* 根据list id查询
* @Title: listByMenuIdList

* @Description:

 * @author guojuxing
* @param menuIdList

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


 */
ServiceResponse<List<MenuDTO>> listByMenuIdList(List<Integer> menuIdList);
/**
* 查询用户拥有的所有菜单路由权限
* @Title: listUserMenu

* @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