From d66d362ee6d76f02331e56df1fdec1c2114c9f3e Mon Sep 17 00:00:00 2001 From: zxx <Zxx@HanInfo> Date: 星期三, 16 七月 2025 17:31:41 +0800 Subject: [PATCH] 1 --- HH.WCS.Mobox3/HH.WCS.Mobox3.XiaoMi/models/bigMaterial.cs | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/HH.WCS.Mobox3/HH.WCS.Mobox3.XiaoMi/models/bigMaterial.cs b/HH.WCS.Mobox3/HH.WCS.Mobox3.XiaoMi/models/bigMaterial.cs index f77d984..f67c9c2 100644 --- a/HH.WCS.Mobox3/HH.WCS.Mobox3.XiaoMi/models/bigMaterial.cs +++ b/HH.WCS.Mobox3/HH.WCS.Mobox3.XiaoMi/models/bigMaterial.cs @@ -10,7 +10,7 @@ public string ts_name { get; set; } public string createdNamne { get; set; } - public parameters parameter { get; set; } + public parameters parameters { get; set; } public string taskID { get; set; } @@ -21,10 +21,14 @@ public class parameters { public string src { get; set; } + public string src_area { get; set; } public string dst { get; set; } + public string dst_area { get; set; } public string sku { get; set; } public string BatchNo { get; set; } + public string issueMode { get; set; } public int num { get; set; } + public string boxType { get; set; } } -- Gitblit v1.9.1