Class ProductExportModel
- Namespace
- CMS.Plugin.ProductManagement.Abstractions
- Assembly
- CMS.Plugin.ProductManagement.Abstractions.dll
[Excel("CMS.Plugin.ProductManagement:ProductManagement", 22)]
public class ProductExportModel : ExportBaseDto, IHasExtraProperties, IValidatableObject
- Inheritance
-
ProductExportModel
- Implements
-
IHasExtraProperties
- Inherited Members
Constructors
ProductExportModel()
public ProductExportModel()
ProductExportModel(IStringLocalizer)
public ProductExportModel(IStringLocalizer stringLocalizer)
Parameters
stringLocalizer
IStringLocalizer
Properties
IdentificationCode
产品识别码
[Excel("CMS.Plugin.ProductManagement:IdentificationCode", 22)]
public string? IdentificationCode { get; set; }
Property Value
Model
产品型号
[Excel("CMS.Plugin.ProductManagement:ProductModel", 22)]
[Required]
public string? Model { get; set; }
Property Value
Name
产品名称
[Excel("CMS.Plugin.ProductManagement:ProductName", 22)]
[Required]
public string? Name { get; set; }
Property Value
Remark
备注
[Excel("CMS.Plugin.ProductManagement:Remark", 22)]
public string? Remark { get; set; }
Property Value
ShortNumber
产品简号
[Excel("CMS.Plugin.ProductManagement:ProductShortNumber", 22)]
public string? ShortNumber { get; set; }
Property Value
TranslateKey_Prefix
翻译文本的前缀.
public override string TranslateKey_Prefix { get; }