📜  ModelMapper 将实体映射到 Dto 时,有没有办法自动将实体集合映射到 Dto 内部集合字段? - 无论代码示例

📅  最后修改于: 2022-03-11 14:59:48.383000             🧑  作者: Mango

代码示例1
When ModelMapper mapping an entity to Dto, is there a way to automatically map an entity collection to the Dto internal collection field?