From 6d4a530d8c9012973eb90a01486e22c3f09a6eb6 Mon Sep 17 00:00:00 2001
From: Demo <Demo@DESKTOP-CPA90BF>
Date: 星期五, 02 二月 2024 13:19:59 +0800
Subject: [PATCH] 合并箱码明细表和标签表

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

diff --git a/Wms/WMS.Entity/DataEntity/DataStock.cs b/Wms/WMS.Entity/DataEntity/DataStock.cs
index 9ee327a..86517a1 100644
--- a/Wms/WMS.Entity/DataEntity/DataStock.cs
+++ b/Wms/WMS.Entity/DataEntity/DataStock.cs
@@ -54,13 +54,13 @@
         /// Default:
         /// Nullable:False
         /// </summary>           
-        public int Qty { get; set; }
+        public decimal Qty { get; set; }
         /// <summary>
         /// Desc:閿佸畾鏁伴噺
         /// Default:
         /// Nullable:False
         /// </summary>           
-        public int LockQty { get; set; }
+        public decimal LockQty { get; set; }
         /// <summary>
         /// Desc:鍐荤粨鏁伴噺
         /// Default:

--
Gitblit v1.8.0