Table of Contents

Class ProductModel

Namespace
CMS.Plugin.ProductManagement.Abstractions.Models
Assembly
CMS.Plugin.ProductManagement.Abstractions.dll

产品模型

public class ProductModel : ExtensibleObject, IHasExtraProperties, IValidatableObject
Inheritance
ProductModel
Implements
IHasExtraProperties
Inherited Members

Properties

Id

产品Id

public Guid Id { get; set; }

Property Value

Guid

IdentificationCode

产品识别码

[Design("产品识别码", "产品识别码")]
public string? IdentificationCode { get; set; }

Property Value

string

Model

产品型号

[Design("产品型号", "产品型号")]
public string? Model { get; set; }

Property Value

string

Name

产品名称

[Design("产品名称", "产品名称")]
public string? Name { get; set; }

Property Value

string

Product2Segments

产线配置.

[Design("产线配置", "产线配置")]
public List<Product2SegmentModel> Product2Segments { get; set; }

Property Value

List<Product2SegmentModel>

Remark

备注

[Design("备注", "产品备注")]
public string? Remark { get; set; }

Property Value

string

ShortNumber

产品简号

[Design("产品简号", "产品简号")]
public string? ShortNumber { get; set; }

Property Value

string