This commit is contained in:
2025-05-15 14:40:05 +08:00
parent 2b6e352da5
commit 935ed1aabe

View File

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