摘要: 1.直接加特性[IgnoreMap] 2.映射规则 CreateMap<BaseAccount, BaseAccountListDto>().ForMember(dest => dest.UserName, opt => opt.Ignore()); 阅读全文
posted @ 2018-07-20 14:55 开拓丿飞 阅读(423) 评论(0) 推荐(0) 编辑