From 1403ec7e5c62962fd5d20123defedae97a4abb75 Mon Sep 17 00:00:00 2001 From: yuyou_x <2336760928@qq.com> Date: 星期五, 02 二月 2024 09:12:49 +0800 Subject: [PATCH] 1 --- Wms/WMS.Entity/BllAsnEntity/BllPalletBind.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Wms/WMS.Entity/BllAsnEntity/BllPalletBind.cs b/Wms/WMS.Entity/BllAsnEntity/BllPalletBind.cs index d080f74..95ce3cc 100644 --- a/Wms/WMS.Entity/BllAsnEntity/BllPalletBind.cs +++ b/Wms/WMS.Entity/BllAsnEntity/BllPalletBind.cs @@ -77,14 +77,14 @@ /// Default: /// Nullable:False /// </summary> - public int Qty {get;set;} + public decimal Qty {get;set;} /// <summary> /// Desc:鏁存墭鏁伴噺 /// Default: /// Nullable:True /// </summary> - public int? FullQty {get;set;} + public decimal? FullQty {get;set;} /// <summary> /// Desc:鐘舵�� -- Gitblit v1.8.0