From 3fb6058bfb7d7a03722e35a043b95095fd8443d7 Mon Sep 17 00:00:00 2001
From: chengsc <11752@DESKTOP-DS49RCP>
Date: 星期六, 18 一月 2025 09:19:15 +0800
Subject: [PATCH] 修改抽检

---
 Wms/Model/ModelDto/BllCheckDto/StockCheckDto.cs |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/Wms/Model/ModelDto/BllCheckDto/StockCheckDto.cs b/Wms/Model/ModelDto/BllCheckDto/StockCheckDto.cs
index f6279b9..c67107d 100644
--- a/Wms/Model/ModelDto/BllCheckDto/StockCheckDto.cs
+++ b/Wms/Model/ModelDto/BllCheckDto/StockCheckDto.cs
@@ -105,12 +105,12 @@
         /// <summary>
         /// 搴撳瓨鏁伴噺
         /// </summary>           
-        public int? Qty { get; set; }
+        public decimal? Qty { get; set; }
 
         /// <summary>
         /// 瀹為檯鏁伴噺
         /// </summary>           
-        public int? RealQty { get; set; }
+        public decimal? RealQty { get; set; }
 
         /// <summary>
         /// 鐩樼偣缁撴灉
@@ -192,7 +192,7 @@
         public string Standard { get; set; }
         public string LotNo { get; set; }
         public string LotText { get; set; }
-        public int Qty { get; set; }
+        public decimal? Qty { get; set; }
         public string SupplierLot { get; set; }
         public string PalletNo { get; set; }
 
@@ -233,12 +233,12 @@
         /// <summary>
         /// 搴撳瓨鏁伴噺
         /// </summary>           
-        public int? Qty { get; set; }
+        public decimal? Qty { get; set; }
 
         /// <summary>
         /// 瀹為檯鏁伴噺
         /// </summary>           
-        public int? RealQty { get; set; }
+        public decimal? RealQty { get; set; }
 
         /// <summary>
         /// 鐩樼偣缁撴灉

--
Gitblit v1.8.0