From 2a7ba2095fede6da921e696f2667cb896ba0bd8d Mon Sep 17 00:00:00 2001
From: bklLiudl <673013083@qq.com>
Date: 星期日, 04 二月 2024 08:02:44 +0800
Subject: [PATCH] 平库创建储位

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

diff --git a/Wms/WMS.Entity/DataEntity/DataStockDetail.cs b/Wms/WMS.Entity/DataEntity/DataStockDetail.cs
index c6a8e19..301fffc 100644
--- a/Wms/WMS.Entity/DataEntity/DataStockDetail.cs
+++ b/Wms/WMS.Entity/DataEntity/DataStockDetail.cs
@@ -58,14 +58,14 @@
         /// Default:
         /// Nullable:True
         /// </summary>           
-        public int? Qty {get;set;}
+        public decimal? Qty {get;set;}
 
         /// <summary>
         /// Desc:閿佸畾鏁伴噺
         /// Default:
         /// Nullable:True
         /// </summary>           
-        public int? LockQty {get;set;}
+        public decimal? LockQty {get;set;}
 
         /// <summary>
         /// Desc:鍐荤粨鏁伴噺

--
Gitblit v1.8.0