From 0832ac460e994d1f852f14e91b09b380ebf66a52 Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期二, 30 七月 2024 14:04:12 +0800
Subject: [PATCH] 1

---
 Service/HStation.Service.Revit.Core/02-parter/02-node/RevitTank.cs |   15 +++++++++++----
 1 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/Service/HStation.Service.Revit.Core/02-parter/02-node/RevitTank.cs b/Service/HStation.Service.Revit.Core/02-parter/02-node/RevitTank.cs
index 29c1d67..a412e83 100644
--- a/Service/HStation.Service.Revit.Core/02-parter/02-node/RevitTank.cs
+++ b/Service/HStation.Service.Revit.Core/02-parter/02-node/RevitTank.cs
@@ -16,7 +16,8 @@
         public RevitTank(RevitTank rhs) : base(rhs)
         {
             this.ModelType = rhs.ModelType;
-            this.Elev = rhs.Elev;
+            this.Quality = rhs.Quality;
+            this.PoolElev = rhs.PoolElev;
             this.InitLevel = rhs.InitLevel;
             this.MinLevel = rhs.MinLevel;
             this.MaxLevel = rhs.MaxLevel;
@@ -28,16 +29,22 @@
         }
 
         /// <summary>
-        /// 鍨嬪彿
+        /// 鍨嬪彿淇℃伅
         /// </summary>
         [JsonProperty("鍨嬪彿淇℃伅", NullValueHandling = NullValueHandling.Ignore)]
         public string ModelType { get; set; }
 
         /// <summary>
+        /// 鍒濆姘磋川
+        /// </summary>
+        [JsonProperty("鍒濆姘磋川", NullValueHandling = NullValueHandling.Ignore)]
+        public double Quality { get; set; }
+
+        /// <summary>
         /// 姹犲簳鏍囬珮
         /// </summary>
-        [JsonProperty("鏍囬珮", NullValueHandling = NullValueHandling.Ignore)]
-        public double Elev { get; set; }
+        [JsonProperty("姹犲簳鏍囬珮", NullValueHandling = NullValueHandling.Ignore)]
+        public double PoolElev { get; set; }
 
         /// <summary>
         /// 鍒濆姘翠綅

--
Gitblit v1.9.3