From 9ff4001a8ecec61fb01ad89aa57b08b081a8dcda Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期六, 12 四月 2025 11:51:08 +0800 Subject: [PATCH] 优化U9接口逻辑 --- Tiger.Model.Net/Entitys/WMS/BIZ_ERP_OTH_IN_SN.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Tiger.Model.Net/Entitys/WMS/BIZ_ERP_OTH_IN_SN.cs b/Tiger.Model.Net/Entitys/WMS/BIZ_ERP_OTH_IN_SN.cs index 52bfee2..4be62af 100644 --- a/Tiger.Model.Net/Entitys/WMS/BIZ_ERP_OTH_IN_SN.cs +++ b/Tiger.Model.Net/Entitys/WMS/BIZ_ERP_OTH_IN_SN.cs @@ -34,7 +34,7 @@ /// <summary> /// 鏁伴噺 /// </summary> - public decimal QTY { get; set; } + public double QTY { get; set; } /// <summary> /// 涓氬姟鍗曟嵁鍙风爜 /// </summary> -- Gitblit v1.9.3