getRolePage

@GetMapping(value = ["/page"])
fun getRolePage(pageable: Pageable, @ModelAttribute specification: RoleSpecification): Page<RoleView>

分页条件查询角色

Return

角色分页结果

Parameters

pageable

分页参数

role

查询条件