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/V_WMS_COUNT_LDTL.cs |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/Tiger.Model.Net/Entitys/WMS/V_WMS_COUNT_LDTL.cs b/Tiger.Model.Net/Entitys/WMS/V_WMS_COUNT_LDTL.cs
index 36cc8c7..418007b 100644
--- a/Tiger.Model.Net/Entitys/WMS/V_WMS_COUNT_LDTL.cs
+++ b/Tiger.Model.Net/Entitys/WMS/V_WMS_COUNT_LDTL.cs
@@ -65,19 +65,19 @@
 		/// <summary>
 		/// WMS鏁伴噺
 		/// </summary>
-		public decimal QTY { get; set; }
+		public double QTY { get; set; }
 		/// <summary>
 		/// 瀹為檯鏁伴噺
 		/// </summary>
-		public decimal ACT_QTY { get; set; }
+		public double ACT_QTY { get; set; }
 		/// <summary>
 		/// WMS鏉$爜鏁伴噺
 		/// </summary>
-		public decimal SN_QTY { get; set; }
+		public double SN_QTY { get; set; }
 		/// <summary>
 		/// 瀹為檯鏉$爜鏁伴噺
 		/// </summary>
-		public decimal ACT_SN_QTY { get; set; }
+		public double ACT_SN_QTY { get; set; }
 		/// <summary>
 		/// 澶囨敞
 		/// </summary>
@@ -89,7 +89,7 @@
         /// <summary>
         /// 鏈洏鐐规暟閲�
         /// </summary>
-        public decimal NOT_QTY { get; set; }
+        public double NOT_QTY { get; set; }
         #endregion
 
         #region 铏氭嫙灞炴��

--
Gitblit v1.9.3