From 461e53919422fa7399ce9e4c89cfa4f061e1ed7a Mon Sep 17 00:00:00 2001
From: Demo <Demo@DESKTOP-CPA90BF>
Date: 星期六, 24 二月 2024 11:48:12 +0800
Subject: [PATCH] 更改出库单和分配表的实体类

---
 Wms/WMS.Entity/BllSoEntity/BLLExportNoticeDetail.cs |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Wms/WMS.Entity/BllSoEntity/BLLExportNoticeDetail.cs b/Wms/WMS.Entity/BllSoEntity/BLLExportNoticeDetail.cs
index cc2dba3..5993cf9 100644
--- a/Wms/WMS.Entity/BllSoEntity/BLLExportNoticeDetail.cs
+++ b/Wms/WMS.Entity/BllSoEntity/BLLExportNoticeDetail.cs
@@ -66,28 +66,28 @@
         /// Default:
         /// Nullable:False
         /// </summary>           
-        public int Qty {get;set;}
+        public decimal Qty {get;set;}
 
         /// <summary>
         /// Desc:鍒嗛厤鏁伴噺
         /// Default:
         /// Nullable:True
         /// </summary>           
-        public int? AllotQty {get;set;}
+        public decimal? AllotQty {get;set;}
 
         /// <summary>
         /// Desc:涓嬫灦鏁伴噺
         /// Default:0
         /// Nullable:True
         /// </summary>           
-        public int? FactQty {get;set;}
+        public decimal? FactQty {get;set;}
 
         /// <summary>
         /// Desc:鎷h揣鏁伴噺
         /// Default:0
         /// Nullable:True
         /// </summary>           
-        public int? CompleteQty {get;set;}
+        public decimal? CompleteQty {get;set;}
 
         /// <summary>
         /// Desc:鍖呰缂栫爜

--
Gitblit v1.8.0