From 157abc191c34e57c1b958ae74fc3de6518ca8a30 Mon Sep 17 00:00:00 2001
From: zhaowc <526854230@qq.com>
Date: 星期五, 28 二月 2025 11:06:36 +0800
Subject: [PATCH] 修改客户需求
---
Wms/WMS.Entity/BllCheckEntity/BllStockCheckLog.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Wms/WMS.Entity/BllCheckEntity/BllStockCheckLog.cs b/Wms/WMS.Entity/BllCheckEntity/BllStockCheckLog.cs
index 0521f97..6f0f37b 100644
--- a/Wms/WMS.Entity/BllCheckEntity/BllStockCheckLog.cs
+++ b/Wms/WMS.Entity/BllCheckEntity/BllStockCheckLog.cs
@@ -94,14 +94,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