From 58fd4a10b59c61d4d50a2359929c2ff4892b9dd9 Mon Sep 17 00:00:00 2001
From: Rodney Chen <rodney.chen@hotmail.com>
Date: 星期一, 12 五月 2025 17:00:34 +0800
Subject: [PATCH] 优化了一些已知问题

---
 Tiger.Model.Net/Entitys/WMS/BIZ_SRM_DLVY.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Tiger.Model.Net/Entitys/WMS/BIZ_SRM_DLVY.cs b/Tiger.Model.Net/Entitys/WMS/BIZ_SRM_DLVY.cs
index c0dd03d..5ecb8e8 100644
--- a/Tiger.Model.Net/Entitys/WMS/BIZ_SRM_DLVY.cs
+++ b/Tiger.Model.Net/Entitys/WMS/BIZ_SRM_DLVY.cs
@@ -93,11 +93,11 @@
 		/// <summary>
 		/// 姣涢噸
 		/// </summary>
-		public decimal GROSS_WEIGHT { get; set; }
+		public double GROSS_WEIGHT { get; set; }
 		/// <summary>
 		/// 鍑�閲�
 		/// </summary>
-		public decimal NET_WEIGHT { get; set; }
+		public double NET_WEIGHT { get; set; }
 		/// <summary>
 		/// 閲嶉噺鍗曚綅
 		/// </summary>

--
Gitblit v1.9.3