接口 RolePermissionService
- 所有超级接口:
HiverBaseService<RolePermission,Long>
- 所有已知实现类:
RolePermissionServiceImpl
角色权限接口
尊重知识产权,CV 请保留版权,海文科技 https://hiver.cc 出品,不允许非法使用,后果自负
- 作者:
- Yazhi Li
-
方法概要
修饰符和类型方法说明voiddeleteByRoleId(Long roleId) 通过roleId删除findByPermissionId(Long permissionId) 通过permissionId获取findByRoleId(Long roleId) 通过roleId获取从接口继承的方法 plus.hiver.common.base.HiverBaseService
count, delete, delete, delete, deleteAllById, findAll, findAll, findAll, findById, flush, get, getAll, getTotalCount, save, saveOrUpdateAll, update
-
方法详细资料
-
findByPermissionId
通过permissionId获取 -
findByRoleId
通过roleId获取 -
deleteByRoleId
通过roleId删除
-