Table of Contents

Class BarcodeAnalysisDetailModel

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

BarcodeAnalysisDetailModel

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

Properties

Content

条码段内容

public string Content { get; set; }

Property Value

string

CreationTime

创建时间

public DateTime CreationTime { get; set; }

Property Value

DateTime

Digit

位数

public int Digit { get; set; }

Property Value

int

Id

Id

public Guid Id { get; set; }

Property Value

Guid

Name

条码段名称

public string Name { get; set; }

Property Value

string

Sort

序号

public int Sort { get; set; }

Property Value

int