From 4f7b007a9e0de9dac35c8c81e6e32f9ab6fee5c8 Mon Sep 17 00:00:00 2001
From: wxw <Administrator@DESKTOP-5BIMHQ3>
Date: 星期四, 26 九月 2024 08:47:29 +0800
Subject: [PATCH] Merge branch 'wxw'

---
 Wms/WMS.Entity/DataEntity/DataBoxInfo.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Wms/WMS.Entity/DataEntity/DataBoxInfo.cs b/Wms/WMS.Entity/DataEntity/DataBoxInfo.cs
index b644278..650be2b 100644
--- a/Wms/WMS.Entity/DataEntity/DataBoxInfo.cs
+++ b/Wms/WMS.Entity/DataEntity/DataBoxInfo.cs
@@ -72,14 +72,14 @@
         /// Default:
         /// Nullable:False
         /// </summary>           
-        public int Qty {get;set;}
+        public decimal Qty {get;set;}
 
         /// <summary>
         /// Desc:鏁寸鏁伴噺
         /// Default:
         /// Nullable:True
         /// </summary>           
-        public int? FullQty {get;set;}
+        public decimal? FullQty {get;set;}
 
         /// <summary>
         /// Desc:鐘舵��

--
Gitblit v1.8.0