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
CodeDemo
条码示例
public string? CodeDemo { get; set; }
Property Value
CustomerName
适用客户
public string CustomerName { 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
Products
适用产品
public List<ApplicableProductModel> Products { get; set; }
Property Value
Remark
备注
public string? Remark { get; set; }
Property Value
Type
规则类型
public string? Type { get; set; }
Property Value
WorkSectionId
适用工序
public Guid? WorkSectionId { get; set; }
Property Value
- Guid?
WorkSectionName
适用工序
public string WorkSectionName { get; set; }