From 906a6021decf8c7b0cbd745c24d54dd114b08dfe Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期五, 14 三月 2025 11:23:53 +0800 Subject: [PATCH] 增加咋发咋收的尸体,优化了一些已知问题 --- Tiger.Model.Net/Entitys/WMS/BIZ_ERP_SALE_OUT_DTL.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Tiger.Model.Net/Entitys/WMS/BIZ_ERP_SALE_OUT_DTL.cs b/Tiger.Model.Net/Entitys/WMS/BIZ_ERP_SALE_OUT_DTL.cs index 13649e5..e8ef104 100644 --- a/Tiger.Model.Net/Entitys/WMS/BIZ_ERP_SALE_OUT_DTL.cs +++ b/Tiger.Model.Net/Entitys/WMS/BIZ_ERP_SALE_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