Table of Contents

Class BarcodeAnalysisModel

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

条码解析规则Model

public class BarcodeAnalysisModel
Inheritance
BarcodeAnalysisModel
Inherited Members

Properties

BarcodeAnalysisDetail

条码段组成

public string? BarcodeAnalysisDetail { get; set; }

Property Value

string

CodeDemo

条码示例

public string? CodeDemo { get; set; }

Property Value

string

Id

条码解析规则id

public Guid? Id { get; set; }

Property Value

Guid?

LastModificationTime

更新时间

public DateTime? LastModificationTime { get; set; }

Property Value

DateTime?

Name

条码规则名称

public string? Name { get; set; }

Property Value

string

Remark

备注

public string? Remark { get; set; }

Property Value

string

Rule

具体规则

public string? Rule { get; set; }

Property Value

string

Type

解析类型

public string? Type { get; set; }

Property Value

string