码迷,mamicode.com
首页 > 其他好文 > 详细

copy List实体

时间:2020-05-24 12:02:41      阅读:45      评论:0      收藏:0      [点我收藏+]

标签:ber   div   ice   sea   round   pre   ToJson   itemid   service   

    List<MatchInfo> e = matchInfoService.list(new LambdaQueryWrapper<MatchInfo>().eq(MatchInfo::getTournamentId, id).eq(MatchInfo::getItemId, itemId).eq(MatchInfo::getRoundNumber, roundNumber).eq(MatchInfo::getMatchType, "E"));
        List<MatchInfoVO> list1  = JSON.parseArray(JSON.toJSONString(e), MatchInfoVO.class);

 

copy List实体

标签:ber   div   ice   sea   round   pre   ToJson   itemid   service   

原文地址:https://www.cnblogs.com/-mzh/p/12949842.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!