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
CodeDemo
条码示例
public string? CodeDemo { get; set; }
Property Value
Id
条码解析规则id
public Guid? Id { get; set; }
Property Value
- Guid?
LastModificationTime
更新时间
public DateTime? LastModificationTime { get; set; }
Property Value
Name
条码规则名称
public string? Name { get; set; }
Property Value
Remark
备注
public string? Remark { get; set; }
Property Value
Rule
具体规则
public string? Rule { get; set; }
Property Value
Type
解析类型
public string? Type { get; set; }