From 3056c1f5e1f99e0e4ae7a17361269a32213c13b5 Mon Sep 17 00:00:00 2001
From: liudl <673013083@qq.com>
Date: 星期四, 16 一月 2025 08:31:03 +0800
Subject: [PATCH] 测试 提交
---
Wms/Model/ModelDto/BllCheckDto/StockCheckDto.cs | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/Wms/Model/ModelDto/BllCheckDto/StockCheckDto.cs b/Wms/Model/ModelDto/BllCheckDto/StockCheckDto.cs
index d4bafab..c67107d 100644
--- a/Wms/Model/ModelDto/BllCheckDto/StockCheckDto.cs
+++ b/Wms/Model/ModelDto/BllCheckDto/StockCheckDto.cs
@@ -110,7 +110,7 @@
/// <summary>
/// 瀹為檯鏁伴噺
/// </summary>
- public int? RealQty { get; set; }
+ public decimal? RealQty { get; set; }
/// <summary>
/// 鐩樼偣缁撴灉
@@ -192,7 +192,7 @@
public string Standard { get; set; }
public string LotNo { get; set; }
public string LotText { get; set; }
- public int Qty { get; set; }
+ public decimal? Qty { get; set; }
public string SupplierLot { get; set; }
public string PalletNo { get; set; }
@@ -233,12 +233,12 @@
/// <summary>
/// 搴撳瓨鏁伴噺
/// </summary>
- public int? Qty { get; set; }
+ public decimal? Qty { get; set; }
/// <summary>
/// 瀹為檯鏁伴噺
/// </summary>
- public int? RealQty { get; set; }
+ public decimal? RealQty { get; set; }
/// <summary>
/// 鐩樼偣缁撴灉
--
Gitblit v1.8.0