From 935ed1aabe344ae377dfb23cae44a13649f2b72a Mon Sep 17 00:00:00 2001 From: 17351662861 Date: Thu, 15 May 2025 14:40:05 +0800 Subject: [PATCH] 123 --- RIZO_Application/RIZO_Application.Core/Event/PrintEvent.cs | 4 ++++ 1 file changed, 4 insertions(+) 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; // 发送时间