From 08343d90d3aa73dd5ec89aaf7b3815e22eba0eb1 Mon Sep 17 00:00:00 2001
From: Rodney Chen <rodney.chen@hotmail.com>
Date: 星期二, 01 四月 2025 14:58:23 +0800
Subject: [PATCH] 备料任务第二版

---
 Tiger.Model.Net/Entitys/Minsun/WmsItemLot.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Tiger.Model.Net/Entitys/Minsun/WmsItemLot.cs b/Tiger.Model.Net/Entitys/Minsun/WmsItemLot.cs
index d705cd6..5717d2a 100644
--- a/Tiger.Model.Net/Entitys/Minsun/WmsItemLot.cs
+++ b/Tiger.Model.Net/Entitys/Minsun/WmsItemLot.cs
@@ -59,11 +59,11 @@
 		/// <summary>
 		///  
 		/// </summary>
-		public decimal LotQty { get; set; }
+		public double LotQty { get; set; }
 		/// <summary>
 		///  
 		/// </summary>
-		public decimal LeftQty { get; set; }
+		public double LeftQty { get; set; }
 		/// <summary>
 		///  
 		/// </summary>

--
Gitblit v1.9.3