From 6981fcc6d0119b42f0bbec3c5753d30bca85fced Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期二, 11 三月 2025 16:07:59 +0800 Subject: [PATCH] 实体更新 --- Tiger.Model.Net/Entitys/WMS/V_BIZ_ERP_OTH_OUT_DTL.cs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Tiger.Model.Net/Entitys/WMS/V_BIZ_ERP_OTH_OUT_DTL.cs b/Tiger.Model.Net/Entitys/WMS/V_BIZ_ERP_OTH_OUT_DTL.cs index 3e8b5c0..192fb81 100644 --- a/Tiger.Model.Net/Entitys/WMS/V_BIZ_ERP_OTH_OUT_DTL.cs +++ b/Tiger.Model.Net/Entitys/WMS/V_BIZ_ERP_OTH_OUT_DTL.cs @@ -45,11 +45,11 @@ /// <summary> /// 闇�姹傛暟閲� /// </summary> - public decimal PRQTY { get; set; } + public double PRQTY { get; set; } /// <summary> /// 鏁伴噺 /// </summary> - public decimal QTY { get; set; } + public double QTY { get; set; } /// <summary> /// 閫佽揣鏃堕棿 /// </summary> @@ -85,7 +85,7 @@ /// <summary> /// 娆犲彂鏁伴噺 /// </summary> - public decimal OWE_QTY { get; set; } + public double OWE_QTY { get; set; } #endregion #region 铏氭嫙灞炴�� -- Gitblit v1.9.3