From 598ba81de7ee41a1f62fd818bf9c29e910ec3306 Mon Sep 17 00:00:00 2001 From: yuyou_x <2336760928@qq.com> Date: 星期五, 29 三月 2024 11:28:39 +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..6852d7c 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