摘要: ##AutoMapper安装及基本用法 ###AutoMapper的使用场景 AutoMapper是对象到对象的映射工具。在完成映射规则之后,AutoMapper可以将源对象转换为目标对象。 一般情况下,表现层与应用层之间是通过DTO(数据传输对象Data Transfer Object)来进行交互 阅读全文
posted @ 2020-03-19 17:37 青砖黛瓦 阅读(454) 评论(0) 推荐(0)