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

diff --git a/Tiger.Model.Net/Entitys/WMS/V_WH_ITEM_SUM.cs b/Tiger.Model.Net/Entitys/WMS/V_WH_ITEM_SUM.cs
index 1b52e2f..a6e5e81 100644
--- a/Tiger.Model.Net/Entitys/WMS/V_WH_ITEM_SUM.cs
+++ b/Tiger.Model.Net/Entitys/WMS/V_WH_ITEM_SUM.cs
@@ -45,7 +45,7 @@
 		/// <summary>
 		/// 鏁伴噺
 		/// </summary>
-		public decimal QTY { get; set; }
+		public double QTY { get; set; }
 
         public string AUTH_ORG { get; set; }
         public string AUTH_PROD { get; set; }

--
Gitblit v1.9.3