From bdf6174b1065a24877f16bba68921772a9586b48 Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期四, 24 四月 2025 21:01:23 +0800 Subject: [PATCH] 优化了一些已知问题 --- Tiger.Model.Net/Entitys/WMS/BIZ_ERP_PROD_OUT_DTL.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Tiger.Model.Net/Entitys/WMS/BIZ_ERP_PROD_OUT_DTL.cs b/Tiger.Model.Net/Entitys/WMS/BIZ_ERP_PROD_OUT_DTL.cs index cd8fcab..814b2b7 100644 --- a/Tiger.Model.Net/Entitys/WMS/BIZ_ERP_PROD_OUT_DTL.cs +++ b/Tiger.Model.Net/Entitys/WMS/BIZ_ERP_PROD_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> -- Gitblit v1.9.3