From c0be7c001375f73e2c3b49a1b1d447b6fc297bdd Mon Sep 17 00:00:00 2001
From: duheng <2286773002@qq.com>
Date: 星期五, 21 三月 2025 13:43:00 +0800
Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/HStation/XHS.V1.0

---
 Service/PBS.Service/01-entity/02-facility/Facility.cs |   30 ++++++++++++++++++++++++++++++
 1 files changed, 30 insertions(+), 0 deletions(-)

diff --git a/Service/PBS.Service/01-entity/02-facility/Facility.cs b/Service/PBS.Service/01-entity/02-facility/Facility.cs
index 74db6e0..5f731c8 100644
--- a/Service/PBS.Service/01-entity/02-facility/Facility.cs
+++ b/Service/PBS.Service/01-entity/02-facility/Facility.cs
@@ -31,6 +31,9 @@
             this.MaxWaterDemand = rhs.MaxWaterDemand;
             this.ConstantPressure = rhs.ConstantPressure;
             this.TerminalPressure = rhs.TerminalPressure;
+            this.MaxHeight = rhs.MaxHeight;
+            this.ConnectionAddress = rhs.ConnectionAddress;
+            this.ConnectionType = rhs.ConnectionType;
             this.Paras = rhs.Paras;
             this.Flags = rhs.Flags;
             this.TagName = rhs.TagName;
@@ -96,6 +99,33 @@
         public double TerminalPressure { get; set; }
 
         /// <summary>
+        /// 鏈�楂樻ゼ灞傛爣楂�
+        /// </summary>
+        public double MaxHeight { get; set; }
+
+        /// <summary>
+        /// 杩炴帴绫诲瀷
+        /// </summary>
+        public eConnectionType ConnectionType { get; set; }
+
+        /// <summary>
+        /// IP鍦板潃
+        /// </summary>
+        public string ConnectionAddress { get; set; }
+
+        /// <summary>
+        /// 妯″瀷淇℃伅 
+        ///</summary>
+        [SugarColumn(ColumnDataType = StaticConfig.CodeFirst_BigString, IsNullable = true)]
+        public string ModelInfo { get; set; }
+
+        /// <summary>
+        /// 妯″瀷璺緞 
+        ///</summary>
+        [SugarColumn(ColumnDataType = StaticConfig.CodeFirst_BigString, IsNullable = true)]
+        public string ModelPath { get; set; }
+
+        /// <summary>
         /// 鍙傛暟
         ///</summary>
         [SugarColumn(ColumnDataType = StaticConfig.CodeFirst_BigString, IsNullable = true)]

--
Gitblit v1.9.3