Table of Contents

Class BarcodeVerificationModel

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

条码校验规则Model

public class BarcodeVerificationModel
Inheritance
BarcodeVerificationModel
Inherited Members

Properties

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

RegularExp

正则表达式

public string? RegularExp { get; set; }

Property Value

string

Remark

备注

public string? Remark { get; set; }

Property Value

string

VerificationRule

校验条码

public string? VerificationRule { get; set; }

Property Value

string

VerificationType

校验类型

public string? VerificationType { get; set; }

Property Value

string