From e64afded54da08741c80dc308d0bdfc9f382dfa2 Mon Sep 17 00:00:00 2001
From: Ben Lin <maobin001@msn.com>
Date: 星期二, 11 三月 2025 23:07:59 +0800
Subject: [PATCH] 配置

---
 Tiger.Model.Net/Entitys/WMS/Api/Input_Entitys.cs |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/Tiger.Model.Net/Entitys/WMS/Api/Input_Entitys.cs b/Tiger.Model.Net/Entitys/WMS/Api/Input_Entitys.cs
index 17fa3c4..ec05c5a 100644
--- a/Tiger.Model.Net/Entitys/WMS/Api/Input_Entitys.cs
+++ b/Tiger.Model.Net/Entitys/WMS/Api/Input_Entitys.cs
@@ -27,6 +27,10 @@
         /// </summary>
         public string SN { get; set; }
         /// <summary>
+        /// 鏂欏彿
+        /// </summary>
+        public string ItemCode { get; set; }
+        /// <summary>
         /// 褰撳墠鎿嶄綔闇�瑕佹彁浜ょ殑閫夐」
         /// </summary>
         public Dictionary<string, string> Options { get; set; } = new Dictionary<string, string>();
@@ -70,7 +74,7 @@
     public class RePrintLabelBase
     {
         public string BatchNo { get; set; }
-        public decimal BatchQty { get; set; }
+        public double BatchQty { get; set; }
         public List<RePrintLabelEntity> SnList { get; set; }=new List<RePrintLabelEntity>();
     }
 
@@ -83,6 +87,6 @@
     {
         public string ID { get; set; }
         public string SN { get; set; }
-        public decimal Qty { get; set; }
+        public double Qty { get; set; }
     }
 }

--
Gitblit v1.9.3