From 5bbeade86d6266febdec3fd7e792dac7c43f9c94 Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期五, 09 五月 2025 09:46:30 +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