list<Map<String,String>>转List<Entiy>,集合转实体类

  1. List<Entity> accOutCaseHelpExamList= JSON.parseObject(JSON.toJSONString(list), new TypeReference<List<Entity>>() {});

     

posted @ 2021-09-14 19:31  小小菜包子  阅读(676)  评论(0)    收藏  举报