From 5a9a4c4198ae354c0e6af4c13685d016b860e675 Mon Sep 17 00:00:00 2001
From: pengmn <pmn@HanInfo>
Date: 星期五, 04 七月 2025 10:57:05 +0800
Subject: [PATCH] 1

---
 HH.WCS.Mobox3/HH.WCS.Mobox3.XiaoMi/models/smallMaterial.cs |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/HH.WCS.Mobox3/HH.WCS.Mobox3.XiaoMi/models/smallMaterial.cs b/HH.WCS.Mobox3/HH.WCS.Mobox3.XiaoMi/models/smallMaterial.cs
index f77d984..8677b42 100644
--- a/HH.WCS.Mobox3/HH.WCS.Mobox3.XiaoMi/models/smallMaterial.cs
+++ b/HH.WCS.Mobox3/HH.WCS.Mobox3.XiaoMi/models/smallMaterial.cs
@@ -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