getById

@GetMapping(value = ["/{id:\d+}"])
fun getById(@PathVariable id: Long): PermissionView?

根据 ID 查询权限点。