From 4f7b007a9e0de9dac35c8c81e6e32f9ab6fee5c8 Mon Sep 17 00:00:00 2001 From: wxw <Administrator@DESKTOP-5BIMHQ3> Date: 星期四, 26 九月 2024 08:47:29 +0800 Subject: [PATCH] Merge branch 'wxw' --- Wms/Model/ModelDto/BllCheckDto/StockCheckDto.cs | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Wms/Model/ModelDto/BllCheckDto/StockCheckDto.cs b/Wms/Model/ModelDto/BllCheckDto/StockCheckDto.cs index f6279b9..c67107d 100644 --- a/Wms/Model/ModelDto/BllCheckDto/StockCheckDto.cs +++ b/Wms/Model/ModelDto/BllCheckDto/StockCheckDto.cs @@ -105,12 +105,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> /// 鐩樼偣缁撴灉 @@ -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