123
This commit is contained in:
@@ -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;
|
||||
// 发送时间
|
||||
|
||||
Reference in New Issue
Block a user