Table of Contents

Class ApplicableProductModel

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

适用产品

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

Properties

Id

唯一标识

public int Id { get; set; }

Property Value

int

ProductId

适用产品Id

public Guid ProductId { get; set; }

Property Value

Guid

ProductName

适用产品名称

public string ProductName { get; set; }

Property Value

string