Class PrintWorkStationModel
- Namespace
- CMS.Plugin.LabelManagement.Abstractions.Models
- Assembly
- CMS.Plugin.LabelManagement.Abstractions.dll
打印工位
public class PrintWorkStationModel : ExtensibleObject, IHasExtraProperties, IValidatableObject
- Inheritance
-
PrintWorkStationModel
- Implements
-
IHasExtraProperties
- Inherited Members
Properties
DataMappings
打印参数
public List<PrintWorkStationParameterModel> DataMappings { get; set; }
Property Value
Id
唯一标识
public int Id { get; set; }
Property Value
PrintNumber
打印份数
public int PrintNumber { get; set; }
Property Value
PrinterName
打印机名称
public string PrinterName { get; set; }
Property Value
TemplateName
打印模板
public string TemplateName { get; set; }
Property Value
WorkStationId
打印工位
public Guid WorkStationId { get; set; }
Property Value
WorkStationName
工位名称
public string WorkStationName { get; set; }