【ABP中mapping中忽略属性】金鞍玉勒寻芳客,未信我庐别有春。这篇文章主要讲述ABP中mapping中忽略属性相关的知识,希望能为你提供帮助。
创建一个XXXXProfile继承Profile,然后在构造函数中写忽略相关的,如下
public class ProductPriceDtoProfile: Profile { /// < summary> /// 构造函数 /// < /summary> public ProductPriceDtoProfile() { CreateMap< ProductInfo, ProductPriceDto> ().ForMember(x => x.SalePrice, opt => opt.Ignore()); } }
推荐阅读
- android studio Authentication failed for
- e581. Animating an Array of Images in an Application
- e557. 在Applet中显示图片
- Unity输出PC端(Windows) 拖拽文件到app中
- e558. 在Applet中多图片交互显示
- e552. 取Applet的参数
- SVG g元素用法详解
- SVG教程入门介绍
- SVG第一个例子详解