From 806b3cb3448ad15a5d563937fdac2ffae37342a7 Mon Sep 17 00:00:00 2001
From: YangYuGang <1378265336@qq.com>
Date: 星期三, 23 四月 2025 22:11:25 +0800
Subject: [PATCH] Merge branch 'master' of http://47.115.28.255:8110/r/TigerClouds-Tech/Server/TigerApi6_2024

---
 Tiger.Model.Net/Entitys/WMS/WMS_COUNT_LDTL.cs |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Tiger.Model.Net/Entitys/WMS/WMS_COUNT_LDTL.cs b/Tiger.Model.Net/Entitys/WMS/WMS_COUNT_LDTL.cs
index d5b84d6..2c1da4f 100644
--- a/Tiger.Model.Net/Entitys/WMS/WMS_COUNT_LDTL.cs
+++ b/Tiger.Model.Net/Entitys/WMS/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>

--
Gitblit v1.9.3