2018年11月26日

AutoMapper,对象映射的简单使用

摘要: using AutoMapper; using AutoMapper.Configuration; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace AutoMapperTest { c... 阅读全文

posted @ 2018-11-26 13:13 itjeff 阅读(333) 评论(0) 推荐(0)

导航