From fe41831b0e9057a16aef1e82048105aee671bbda Mon Sep 17 00:00:00 2001 From: bklLiudl <673013083@qq.com> Date: 星期六, 19 十月 2024 19:08:06 +0800 Subject: [PATCH] Merge branch 'master' into Liudl --- Wms/WMS.Entity/BllCheckEntity/BllStockCheckDetail.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Wms/WMS.Entity/BllCheckEntity/BllStockCheckDetail.cs b/Wms/WMS.Entity/BllCheckEntity/BllStockCheckDetail.cs index bef4f95..d7c4a78 100644 --- a/Wms/WMS.Entity/BllCheckEntity/BllStockCheckDetail.cs +++ b/Wms/WMS.Entity/BllCheckEntity/BllStockCheckDetail.cs @@ -30,14 +30,14 @@ /// Default: /// Nullable:True /// </summary> - public int? Qty {get;set;} + public decimal? Qty {get;set;} /// <summary> /// Desc:瀹為檯鏁伴噺 /// Default: /// Nullable:True /// </summary> - public int? RealQty {get;set;} + public decimal? RealQty {get;set;} /// <summary> /// Desc:鐩樼偣缁撴灉 -- Gitblit v1.8.0