From 0c0309afae85b72746bd2431c10c7f5982e210e3 Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期三, 30 四月 2025 17:46:44 +0800 Subject: [PATCH] 一些更改 --- Tiger.Model.Net/Entitys/Minsun/WMS_IQC_REJECT.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Tiger.Model.Net/Entitys/Minsun/WMS_IQC_REJECT.cs b/Tiger.Model.Net/Entitys/Minsun/WMS_IQC_REJECT.cs index a1c15ea..fce0065 100644 --- a/Tiger.Model.Net/Entitys/Minsun/WMS_IQC_REJECT.cs +++ b/Tiger.Model.Net/Entitys/Minsun/WMS_IQC_REJECT.cs @@ -39,7 +39,7 @@ /// <summary> /// /// </summary> - public decimal REJECTQTY { get; set; } + public double REJECTQTY { get; set; } /// <summary> /// /// </summary> @@ -91,7 +91,7 @@ /// <summary> /// /// </summary> - public decimal RETURNEDQTY { get; set; } + public double RETURNEDQTY { get; set; } #endregion #region 铏氭嫙灞炴�� -- Gitblit v1.9.3