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/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