list<Map<String,String>>转List<Entiy>,集合转实体类
-
List<Entity> accOutCaseHelpExamList= JSON.parseObject(JSON.toJSONString(list), new TypeReference<List<Entity>>() {});
List<Entity> accOutCaseHelpExamList= JSON.parseObject(JSON.toJSONString(list), new TypeReference<List<Entity>>() {});