角色菜单id获取接口

This commit is contained in:
张松
2025-02-17 11:13:48 +08:00
parent 26a3aab8cb
commit 919f727049
3 changed files with 26 additions and 0 deletions

View File

@@ -24,4 +24,6 @@ public interface SysRoleService extends IService<SysRole> {
Boolean add(RoleAddDTO roleAddDTO);
Boolean edit(RoleEditDTO roleEditDTO);
List<Long> getRoleMenu(long loginIdAsLong, Integer id);
}