Table of Contents

Class BarcodeGenerationDetailModel

Namespace
CMS.Plugin.BarcodeManagement.Abstractions.Models
Assembly
CMS.Plugin.BarcodeManagement.Abstractions.dll
public class BarcodeGenerationDetailModel : ExtensibleObject, IHasExtraProperties, IValidatableObject
Inheritance
BarcodeGenerationDetailModel
Implements
IHasExtraProperties
Inherited Members

Properties

BarcodeGenerationId

生成规则 Id

public Guid BarcodeGenerationId { get; set; }

Property Value

Guid

GenerationType

条码段来源

public int GenerationType { get; set; }

Property Value

int

Id

生成规则明细 Id

public Guid Id { get; set; }

Property Value

Guid

Sort

排序

public int Sort { get; set; }

Property Value

int