From 05fdade2564f0880fcba935aadf12e79a467764b Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期二, 18 三月 2025 00:15:47 +0800 Subject: [PATCH] 优化清点逻辑 --- Tiger.Model.Net/Entitys/WMS/V_WMS_COUNT_MDTL.cs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Tiger.Model.Net/Entitys/WMS/V_WMS_COUNT_MDTL.cs b/Tiger.Model.Net/Entitys/WMS/V_WMS_COUNT_MDTL.cs index 2a41665..2724acd 100644 --- a/Tiger.Model.Net/Entitys/WMS/V_WMS_COUNT_MDTL.cs +++ b/Tiger.Model.Net/Entitys/WMS/V_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> @@ -121,7 +121,7 @@ /// <summary> /// 鏈洏鐐规暟閲� /// </summary> - public decimal NOT_QTY { get; set; } + public double NOT_QTY { get; set; } #endregion #region 铏氭嫙灞炴�� -- Gitblit v1.9.3