接口 UserRoleService

所有超级接口:
HiverBaseService<UserRole,Long>
所有已知实现类:
UserRoleServiceImpl

public interface UserRoleService extends HiverBaseService<UserRole,Long>
用户角色接口

尊重知识产权,CV 请保留版权,海文科技 https://hiver.cc 出品,不允许非法使用,后果自负

作者:
Yazhi Li
  • 方法详细资料

    • findByRoleId

      List<UserRole> findByRoleId(Long roleId)
      通过roleId查找
    • findUserByRoleId

      List<User> findUserByRoleId(Long roleId)
      通过roleId查找用户
    • deleteByUserId

      void deleteByUserId(Long userId)
      删除用户角色