From 40df5d91f800bb8b7be2638c13b4f9292d461221 Mon Sep 17 00:00:00 2001
From: Rodney Chen <rodney.chen@hotmail.com>
Date: 星期一, 10 三月 2025 18:13:50 +0800
Subject: [PATCH] 增加送货单清点事务

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

diff --git a/Tiger.Model.Net/Entitys/WMS/WMS_COUNT_MDTL.cs b/Tiger.Model.Net/Entitys/WMS/WMS_COUNT_MDTL.cs
index 96e2a3a..f26a1f8 100644
--- a/Tiger.Model.Net/Entitys/WMS/WMS_COUNT_MDTL.cs
+++ b/Tiger.Model.Net/Entitys/WMS/WMS_COUNT_MDTL.cs
@@ -53,11 +53,11 @@
 		/// <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>
 		/// 鐢熶骇鏃ユ湡
 		/// </summary>

--
Gitblit v1.9.3