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/smallMaterial.cs |   10 +++++-----
 1 files changed, 5 insertions(+), 5 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 d9bb519..8685043 100644
--- a/HH.WCS.Mobox3/HH.WCS.Mobox3.XiaoMi/models/smallMaterial.cs
+++ b/HH.WCS.Mobox3/HH.WCS.Mobox3.XiaoMi/models/smallMaterial.cs
@@ -34,20 +34,18 @@
         //料架库位
         public string rackPosition { get; set; }
         //TS订单参数
-        public List<Parameters> parameters { get; set; }
+        public Parameters parameters { get; set; }
 
         //public string routeType { get; set; }
         ////任务类型 自动,人工
         //public string taskType { get; set; }
         ////料架编码
         //public string rackCode { get; set; }
-        ////任务明细号
-        //public string order_name { get; set; }
+        //任务明细号
+        public string order_name { get; set; }
     }
     public class Parameters
     {
-        //任务号
-        public string BatchNo { get; set; }
         //起点
         public string src { get; set; }
         //起点缓存区
@@ -58,6 +56,8 @@
         public string dst_area { get; set; }
         //零件类
         public string sku { get; set; }
+        //任务号
+        public string BatchNo { get; set; }
         //起点缓存区发料方式
         public string issueMode { get; set; }
         //数量

--
Gitblit v1.9.1