Class PrintAgentConfig
- Namespace
- CMS.Plugin.MesSuite.Abstractions.Models
- Assembly
- CMS.Plugin.MesSuite.Abstractions.dll
打印配置
public class PrintAgentConfig
- Inheritance
-
PrintAgentConfig
- Inherited Members
Properties
DisplayName
显示名称
public string DisplayName { get; }
Property Value
PrintAgentIP
打印代理
public string PrintAgentIP { get; set; }
Property Value
PrintTemplate
模板路径
public string PrintTemplate { get; set; }
Property Value
PrinterName
打印机名称
public string PrinterName { get; set; }