摘要: 特性 Column,ForeignKey 阅读全文
posted @ 2018-07-18 16:45 古兴越 阅读(122) 评论(0) 推荐(0)
摘要: Mapper.CreateMap<Source,Dest>(); 该方法已弃用,使用下面这个 Mapper.Initialize(x=>x.CreateMap<Source,Dest>()); 阅读全文
posted @ 2018-07-18 16:06 古兴越 阅读(104) 评论(0) 推荐(0)