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
PrintAgentIP
打印代理IP
public string PrintAgentIP { get; set; }
Property Value
PrintNumber
打印份数
public int? PrintNumber { get; set; }
Property Value
- int?
PrintResult
打印结果
public string PrintResult { get; set; }
Property Value
PrintTime
打印时间
public DateTime PrintTime { get; set; }
Property Value
PrinterName
打印机名称
public string PrinterName { get; set; }
Property Value
ProductId
产品Id
public Guid? ProductId { get; set; }
Property Value
- Guid?
ProductName
产品名称
public string ProductName { get; set; }
Property Value
Remark
备注
public string Remark { get; set; }
Property Value
SerialNumber
打印条码
public string SerialNumber { get; set; }
Property Value
TemplateName
打印模板
public string TemplateName { get; set; }
Property Value
TemplatePath
模板路径
public string TemplatePath { get; set; }
Property Value
UserId
用户Id
public Guid? UserId { get; set; }
Property Value
- Guid?
UserName
用户名
public string UserName { get; set; }
Property Value
WorkSectionName
打印工序
public string WorkSectionName { get; set; }
Property Value
WorkStationId
打印工位
public Guid? WorkStationId { get; set; }
Property Value
- Guid?
WorkStationName
工位名称
public string WorkStationName { get; set; }