From 0609ad2318e9d20dfa1d1eebe3c24242717cd112 Mon Sep 17 00:00:00 2001
From: payne <bzrlw2012@163.com>
Date: 周三, 24 4月 2024 13:06:46 +0800
Subject: [PATCH] 新增实体

---
 iWare_RawMaterialWarehouse_Wms/Admin.NET.Application/Service/WmsBase/WmsContainerPackaging/Dto/WmsContainerPackagingOutput.cs |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/iWare_RawMaterialWarehouse_Wms/Admin.NET.Application/Service/WmsBase/WmsContainerPackaging/Dto/WmsContainerPackagingOutput.cs b/iWare_RawMaterialWarehouse_Wms/Admin.NET.Application/Service/WmsBase/WmsContainerPackaging/Dto/WmsContainerPackagingOutput.cs
index bcea1eb..f8fb339 100644
--- a/iWare_RawMaterialWarehouse_Wms/Admin.NET.Application/Service/WmsBase/WmsContainerPackaging/Dto/WmsContainerPackagingOutput.cs
+++ b/iWare_RawMaterialWarehouse_Wms/Admin.NET.Application/Service/WmsBase/WmsContainerPackaging/Dto/WmsContainerPackagingOutput.cs
@@ -4,14 +4,14 @@
 namespace Admin.NET.Application
 {
     /// <summary>
-    /// 鍖呰鍏崇郴鍩虹琛ㄨ緭鍑哄弬鏁�
+    /// 瀹瑰櫒鍏崇郴杈撳嚭鍙傛暟
     /// </summary>
     public class WmsContainerPackagingOutput
     {
         /// <summary>
         /// 瀹瑰櫒绫诲瀷ID
         /// </summary>
-        public long? ContainerTypeId { get; set; }
+        public long ContainerTypeId { get; set; }
         
         /// <summary>
         /// 瀹瑰櫒绫诲瀷鍚嶇О
@@ -21,7 +21,7 @@
         /// <summary>
         /// 鐗╂枡绫诲瀷ID
         /// </summary>
-        public long? MaterialTypeId { get; set; }
+        public long MaterialTypeId { get; set; }
         
         /// <summary>
         /// 鐗╂枡绫诲瀷缂栧彿
@@ -36,7 +36,7 @@
         /// <summary>
         /// 鐗╂枡瀹瑰櫒瀹归噺
         /// </summary>
-        public decimal? BoxQty { get; set; }
+        public decimal BoxQty { get; set; }
         
         /// <summary>
         /// Id涓婚敭

--
Gitblit v1.9.3