From 571289345cb09c809de244fc61065971e0e5cdee Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期二, 11 三月 2025 11:40:23 +0800 Subject: [PATCH] 送货单事务增加生成收货单逻辑 --- Tiger.Model.Net/Entitys/WMS/WMS_ITEM.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Tiger.Model.Net/Entitys/WMS/WMS_ITEM.cs b/Tiger.Model.Net/Entitys/WMS/WMS_ITEM.cs index 2ea2ecf..2e56adc 100644 --- a/Tiger.Model.Net/Entitys/WMS/WMS_ITEM.cs +++ b/Tiger.Model.Net/Entitys/WMS/WMS_ITEM.cs @@ -52,7 +52,7 @@ /// <summary> /// 鏁伴噺 /// </summary> - public decimal QTY { get; set; } + public double QTY { get; set; } /// <summary> /// 鍗曚綅 @@ -172,7 +172,7 @@ /// <summary> /// 寤舵湡鏃堕棿 /// </summary> - public decimal PostponeDays { get; set; } + //public double PostponeDays { get; set; } #endregion 鍏叡灞炴�� -- Gitblit v1.9.3