From eaefefa5c4cf5ce403ce5f0dcf09a5ad21837e43 Mon Sep 17 00:00:00 2001
From: zxx <Zxx@HanInfo>
Date: 星期一, 07 七月 2025 17:34:44 +0800
Subject: [PATCH] 1

---
 HH.WCS.Mobox3/HH.WCS.Mobox3.XiaoMi/models/bigMaterial.cs |    5 ++++-
 1 files changed, 4 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..4a1bd12 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,9 +21,12 @@
     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; }
 
 

--
Gitblit v1.9.1