Table of Contents

Class PrintRecordModel

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

PrintRecordModel

public class PrintRecordModel : ExtensibleObject, IHasExtraProperties, IValidatableObject
Inheritance
PrintRecordModel
Implements
IHasExtraProperties
Inherited Members

Properties

LabelId

标签Id

public Guid? LabelId { get; set; }

Property Value

Guid?

LabelName

标签名称

public string LabelName { get; set; }

Property Value

string

PrintAgentIP

打印代理IP

public string PrintAgentIP { get; set; }

Property Value

string

PrintNumber

打印份数

public int? PrintNumber { get; set; }

Property Value

int?

PrintResult

打印结果

public string PrintResult { get; set; }

Property Value

string

PrintTime

打印时间

public DateTime PrintTime { get; set; }

Property Value

DateTime

PrinterName

打印机名称

public string PrinterName { get; set; }

Property Value

string

ProductId

产品Id

public Guid? ProductId { get; set; }

Property Value

Guid?

ProductName

产品名称

public string ProductName { get; set; }

Property Value

string

Remark

备注

public string Remark { get; set; }

Property Value

string

SerialNumber

打印条码

public string SerialNumber { get; set; }

Property Value

string

TemplateName

打印模板

public string TemplateName { get; set; }

Property Value

string

TemplatePath

模板路径

public string TemplatePath { get; set; }

Property Value

string

UserId

用户Id

public Guid? UserId { get; set; }

Property Value

Guid?

UserName

用户名

public string UserName { get; set; }

Property Value

string

WorkSectionName

打印工序

public string WorkSectionName { get; set; }

Property Value

string

WorkStationId

打印工位

public Guid? WorkStationId { get; set; }

Property Value

Guid?

WorkStationName

工位名称

public string WorkStationName { get; set; }

Property Value

string