Table of Contents

Class BillOfMaterialExportModel

Namespace
CMS.Plugin.MaterialManagement.Abstractions.Models
Assembly
CMS.Plugin.MaterialManagement.Abstractions.dll
[Excel("CMS.Plugin.MaterialManagement:BOMList", 22)]
public class BillOfMaterialExportModel : ExportBaseDto, IHasExtraProperties, IValidatableObject
Inheritance
BillOfMaterialExportModel
Implements
IHasExtraProperties
Inherited Members

Constructors

BillOfMaterialExportModel()

public BillOfMaterialExportModel()

BillOfMaterialExportModel(IStringLocalizer)

public BillOfMaterialExportModel(IStringLocalizer stringLocalizer)

Parameters

stringLocalizer IStringLocalizer

Properties

BOMName

BOM名称

[Excel("CMS.Plugin.MaterialManagement:BomName", 22)]
[Required]
public string BOMName { get; set; }

Property Value

string

ProductName

产品名称

[Excel("CMS.Plugin.MaterialManagement:ProductName", 22)]
[Required]
public string? ProductName { get; set; }

Property Value

string

Remark

备注

[Excel("CMS.Plugin.MaterialManagement:Remark", 80)]
public string Remark { get; set; }

Property Value

string

TranslateKey_Prefix

翻译文本的前缀.

public override string TranslateKey_Prefix { get; }

Property Value

string