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 |    4 ++--
 1 files changed, 2 insertions(+), 2 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 69f0fcc..8685043 100644
--- a/HH.WCS.Mobox3/HH.WCS.Mobox3.XiaoMi/models/smallMaterial.cs
+++ b/HH.WCS.Mobox3/HH.WCS.Mobox3.XiaoMi/models/smallMaterial.cs
@@ -46,8 +46,6 @@
     }
     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