From bdf6174b1065a24877f16bba68921772a9586b48 Mon Sep 17 00:00:00 2001
From: Rodney Chen <rodney.chen@hotmail.com>
Date: 星期四, 24 四月 2025 21:01:23 +0800
Subject: [PATCH] 优化了一些已知问题

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

diff --git a/Tiger.Model.Net/Entitys/WMS/V_ITEM_COUNT.cs b/Tiger.Model.Net/Entitys/WMS/V_ITEM_COUNT.cs
index b1987b4..00a1ddf 100644
--- a/Tiger.Model.Net/Entitys/WMS/V_ITEM_COUNT.cs
+++ b/Tiger.Model.Net/Entitys/WMS/V_ITEM_COUNT.cs
@@ -77,7 +77,7 @@
 		/// <summary>
 		/// 鏁伴噺
 		/// </summary>
-		public decimal QTY { get; set; }
+		public double QTY { get; set; }
 		/// <summary>
 		/// 鍗曚綅
 		/// </summary>

--
Gitblit v1.9.3