From ce097c93db27e8b7093d9b17b465cf3159249d8d Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期三, 30 四月 2025 17:20:34 +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