From 080741e0b917dc382ecba31c4b19fca1aa772bfd Mon Sep 17 00:00:00 2001
From: Rodney Chen <rodney.chen@hotmail.com>
Date: 星期二, 15 四月 2025 17:43:13 +0800
Subject: [PATCH] 增加上架单据信息

---
 Tiger.Model.Net/Entitys/Minsun/WMS_IQC_REJECT.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Tiger.Model.Net/Entitys/Minsun/WMS_IQC_REJECT.cs b/Tiger.Model.Net/Entitys/Minsun/WMS_IQC_REJECT.cs
index a1c15ea..fce0065 100644
--- a/Tiger.Model.Net/Entitys/Minsun/WMS_IQC_REJECT.cs
+++ b/Tiger.Model.Net/Entitys/Minsun/WMS_IQC_REJECT.cs
@@ -39,7 +39,7 @@
 		/// <summary>
 		///  
 		/// </summary>
-		public decimal REJECTQTY { get; set; }
+		public double REJECTQTY { get; set; }
 		/// <summary>
 		///  
 		/// </summary>
@@ -91,7 +91,7 @@
 		/// <summary>
 		///  
 		/// </summary>
-		public decimal RETURNEDQTY { get; set; }
+		public double RETURNEDQTY { get; set; }
 		#endregion
 
 		#region 铏氭嫙灞炴��

--
Gitblit v1.9.3