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
ProductId
适用产品Id
public Guid ProductId { get; set; }
Property Value
ProductName
适用产品名称
public string ProductName { get; set; }