接口 RoleService

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

public interface RoleService extends HiverBaseService<Role,Long>
角色接口

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

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

    • findByDefaultRole

      List<Role> findByDefaultRole(Boolean defaultRole)
      获取默认角色
    • findByCondition

      org.springframework.data.domain.Page<Role> findByCondition(String key, org.springframework.data.domain.Pageable pageable)
      分页获取
    • findByDeleted

      List<Role> findByDeleted(Integer deleted)
      获得所有角色