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
Name
条码校验规则名称
public string? Name { get; set; }
Property Value
RegularExp
正则表达式
public string? RegularExp { get; set; }
Property Value
Remark
备注
public string? Remark { get; set; }
Property Value
VerificationRule
校验条码
public string? VerificationRule { get; set; }
Property Value
VerificationType
校验类型
public string? VerificationType { get; set; }