From 7b8ae93d47186c442ff890a1a83d108f115924c7 Mon Sep 17 00:00:00 2001
From: ningshuxia <ningshuxia0927@outlook.com>
Date: 星期一, 24 三月 2025 17:25:14 +0800
Subject: [PATCH] 快速建模,模型编辑 差不多

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

diff --git a/Service/PBS.Service/01-entity/02-facility/Facility.cs b/Service/PBS.Service/01-entity/02-facility/Facility.cs
index 6e365c0..5c8c806 100644
--- a/Service/PBS.Service/01-entity/02-facility/Facility.cs
+++ b/Service/PBS.Service/01-entity/02-facility/Facility.cs
@@ -32,8 +32,10 @@
             this.ConstantPressure = rhs.ConstantPressure;
             this.TerminalPressure = rhs.TerminalPressure;
             this.MaxHeight = rhs.MaxHeight;
-            this.IPAddress = rhs.IPAddress;
+            this.ConnectionAddress = rhs.ConnectionAddress;
             this.ConnectionType = rhs.ConnectionType;
+            this.ModelInfo = rhs.ModelInfo;
+            this.ModelPath = rhs.ModelPath;
             this.Paras = rhs.Paras;
             this.Flags = rhs.Flags;
             this.TagName = rhs.TagName;
@@ -111,7 +113,19 @@
         /// <summary>
         /// IP鍦板潃
         /// </summary>
-        public string IPAddress { get; set; }
+        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>
         /// 鍙傛暟

--
Gitblit v1.9.3