List<ClassifyAllQueryListResp> classifyQueryListResps;
List<ClassifyAllQueryListPlatformResp> listPlatform = classifyQueryListResps.stream().map(e -> JSONUtil. toBean(JSONUtil.toJsonStr(e), ClassifyAllQueryListPlatformResp.class)). collect(Collectors.toList());