From 75c4ec6f18f5ae2db91a22b034ecbadf25a7880c Mon Sep 17 00:00:00 2001 From: payne <bzrlw2012@163.com> Date: 周四, 25 4月 2024 12:35:56 +0800 Subject: [PATCH] Merge branch 'master' of http://222.71.245.114:9086/r/iWare_RawMaterialWarehouse --- 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