From 0f99680aff09e91f521b5909aab42811c1c3e6f1 Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期三, 09 四月 2025 15:28:16 +0800
Subject: [PATCH] 优化Revit=>HydroModelInfo转换方法

---
 Service/HStation.Service.Assets.Core/02-model/08-Valve/AssetsValveMain.cs |    8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diff --git a/Service/HStation.Service.Assets.Core/02-model/08-Valve/AssetsValveMain.cs b/Service/HStation.Service.Assets.Core/02-model/08-Valve/AssetsValveMain.cs
index 95c225e..7717859 100644
--- a/Service/HStation.Service.Assets.Core/02-model/08-Valve/AssetsValveMain.cs
+++ b/Service/HStation.Service.Assets.Core/02-model/08-Valve/AssetsValveMain.cs
@@ -1,5 +1,4 @@
-锘縰sing HStation.Assets;
-using Yw.Model;
+锘縰sing Yw.Model;
 
 namespace HStation.Model
 {
@@ -60,11 +59,6 @@
         /// 鍚嶇О
         /// </summary>
         public string Name { get; set; }
-
-        /// <summary>
-        /// 闃�闂ㄧ被鍨�
-        /// </summary>
-        public eValveType ValveType { get; set; }
 
         /// <summary>
         /// 鍙e緞

--
Gitblit v1.9.3