Class BarcodeAnalysisVerificationPartDetailModel
- Namespace
- CMS.Plugin.BarcodeManagement.Abstractions.Models
- Assembly
- CMS.Plugin.BarcodeManagement.Abstractions.dll
public class BarcodeAnalysisVerificationPartDetailModel
- Inheritance
-
BarcodeAnalysisVerificationPartDetailModel
- Inherited Members
Properties
Content
条码段内容
public string? Content { get; set; }
Property Value
Digit
位数
public int Digit { get; set; }
Property Value
Name
条码段名称
public string? Name { get; set; }
Property Value
Sort
序号
public int Sort { get; set; }
Property Value
VerificationType
校验类型
public VerificationType? VerificationType { get; set; }
Property Value
VerificationTypeDisplay
校验类型(展示)
public string VerificationTypeDisplay { get; set; }