Commit 9b81ad74 authored by macro's avatar macro
Browse files

Update UmsRoleDao.java

parent 58378754
......@@ -19,6 +19,8 @@ public interface UmsRoleDao {
* 根据角色ID获取菜单
*/
List<UmsMenu> getMenuListByRoleId(@Param("roleId") Long roleId);
/**
* 根据角色ID获取资源
*/
List<UmsResource> getResourceListByRoleId(@Param("roleId") Long roleId);
}
Supports Markdown
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