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

落日映苍穹つ 2023-07-21 11:09 22阅读 0赞

20200403152853639.png

Incompatible types. Required List but ‘convert’ was inferred to List: Incompatible equality constraint: EventTagProcessVo and List

解决办法:

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

发表评论

表情:
评论列表 (有 0 条评论,22人围观)

还没有评论,来说两句吧...

相关阅读