diff --git a/RIZO_Application/RIZO_Application.Core/Event/PrintEvent.cs b/RIZO_Application/RIZO_Application.Core/Event/PrintEvent.cs index a8d0cbc..97f238b 100644 --- a/RIZO_Application/RIZO_Application.Core/Event/PrintEvent.cs +++ b/RIZO_Application/RIZO_Application.Core/Event/PrintEvent.cs @@ -26,6 +26,8 @@ namespace RIZO_Application.Core public string Sepcification { get; set; } = ""; // 工单号 public string WorkOrder { get; set; } = ""; + // 箱号 + public string PackageCode { get; set; } = ""; // 班组 public string Team { get; set; } = "A"; // 流水号 @@ -36,6 +38,8 @@ namespace RIZO_Application.Core public string BatchCode { get; set; } = ""; // 满箱数 public int PackageNum { get; set; } = 24; + // 标签内容 + public int LabelCode { get; set; } = 1; // 标签区别 public int LabelType { get; set; } = 1; // 发送时间