From 96294e88135f07c1c3794c9dc2224bd7ca3ab986 Mon Sep 17 00:00:00 2001
From: liuying <1427574514@qq.com>
Date: 周二, 23 4月 2024 21:01:38 +0800
Subject: [PATCH] 物料信息

---
 iWare_RawMaterialWarehouse_Wms/Admin.NET.Application/Service/WmsBase/WmsContainerPackaging/Dto/WmsContainerPackagingOutput.cs |    6 +++---
 1 files changed, 3 insertions(+), 3 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..e46ff7a 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
@@ -11,7 +11,7 @@
         /// <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