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
CreationTime
创建时间
public DateTime CreationTime { get; set; }
Property Value
Digit
位数
public int Digit { get; set; }
Property Value
Id
Id
public Guid Id { get; set; }
Property Value
Name
条码段名称
public string Name { get; set; }
Property Value
Sort
序号
public int Sort { get; set; }