From 85a299f3ffe2dd47132f7f0f79146f3675bdc273 Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期一, 14 四月 2025 15:27:34 +0800 Subject: [PATCH] 优化了一些已知问题 --- Tiger.Model.Net/Entitys/Minsun/WmsItemLot.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Tiger.Model.Net/Entitys/Minsun/WmsItemLot.cs b/Tiger.Model.Net/Entitys/Minsun/WmsItemLot.cs index d705cd6..5717d2a 100644 --- a/Tiger.Model.Net/Entitys/Minsun/WmsItemLot.cs +++ b/Tiger.Model.Net/Entitys/Minsun/WmsItemLot.cs @@ -59,11 +59,11 @@ /// <summary> /// /// </summary> - public decimal LotQty { get; set; } + public double LotQty { get; set; } /// <summary> /// /// </summary> - public decimal LeftQty { get; set; } + public double LeftQty { get; set; } /// <summary> /// /// </summary> -- Gitblit v1.9.3