Commit e0260991 authored by macro's avatar macro
Browse files

Update UmsRoleDao.java

parent b264a71c
...@@ -11,6 +11,9 @@ import java.util.List; ...@@ -11,6 +11,9 @@ import java.util.List;
* Created by macro on 2020/2/2. * Created by macro on 2020/2/2.
*/ */
public interface UmsRoleDao { public interface UmsRoleDao {
/**
* 根据后台用户ID获取菜单
*/
List<UmsMenu> getMenuList(@Param("adminId") Long adminId); List<UmsMenu> getMenuList(@Param("adminId") Long adminId);
List<UmsMenu> getMenuListByRoleId(@Param("roleId") Long roleId); List<UmsMenu> getMenuListByRoleId(@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