Table of Contents

Class BarcodeGenerationModel

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

条码生成规则Model

public class BarcodeGenerationModel
Inheritance
BarcodeGenerationModel
Inherited Members

Properties

BarcodeGenerationDetail

条码段组成

public string? BarcodeGenerationDetail { get; set; }

Property Value

string

CodeDemo

条码示例

public string? CodeDemo { get; set; }

Property Value

string

CustomerName

适用客户

public string CustomerName { 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

Products

适用产品

public List<ApplicableProductModel> Products { get; set; }

Property Value

List<ApplicableProductModel>

Remark

备注

public string? Remark { get; set; }

Property Value

string

Type

规则类型

public string? Type { get; set; }

Property Value

string

WorkSectionId

适用工序

public Guid? WorkSectionId { get; set; }

Property Value

Guid?

WorkSectionName

适用工序

public string WorkSectionName { get; set; }

Property Value

string