From 232dfd1b940e69b5c264e0c9386e66a291218173 Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期五, 09 五月 2025 10:45:34 +0800 Subject: [PATCH] Merge branch 'master' of http://47.115.28.255:8110/r/TigerClouds-Tech/Server/TigerApi6_2024 --- Tiger.Model.Net/Entitys/WMS/BIZ_ERP_OTH_OUT_DTL.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Tiger.Model.Net/Entitys/WMS/BIZ_ERP_OTH_OUT_DTL.cs b/Tiger.Model.Net/Entitys/WMS/BIZ_ERP_OTH_OUT_DTL.cs index 1e15331..cf6ba98 100644 --- a/Tiger.Model.Net/Entitys/WMS/BIZ_ERP_OTH_OUT_DTL.cs +++ b/Tiger.Model.Net/Entitys/WMS/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> -- Gitblit v1.9.3