0
点赞
收藏
分享

微信扫一扫

ncompatible types. Required List<EventTagProcessVo> but 'convert' was inferred to List<T>: Incompati

GG_lyf 2022-05-17 阅读 27


ncompatible types. Required List<EventTagProcessVo> but

 Incompatible types. Required List<EventTagProcessVo> but 'convert' was inferred to List<T>: Incompatible equality constraint: EventTagProcessVo and List


解决办法:

List<EventTagProcessVo>  eventTagProcessVos=( List<EventTagProcessVo>)dozerGenerator.convert(eventTagProcesses,EventTagProcessVo.class);




举报

相关推荐

0 条评论