摘要: Mapper.CreateMap<Source, Destination>() .ForMember(dest => dest.SomeValuefff, opt => opt.Ignore()); 阅读全文
posted @ 2020-07-05 16:28 lishidefengchen 阅读(2079) 评论(0) 推荐(1)