map或者对象转换为具有相同字段的对象
List<Example> errorCodeExcelBeanList = JSONObject.parseArray(((JSONObject) resultBean.getData()).get("list").toString(),Example.class);