From 31cca463443f7bc8b6b1bd02889844b864d93e11 Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期四, 07 十一月 2024 00:38:50 +0800
Subject: [PATCH] Revit解析修改

---
 Service/HStation.Service.Revit.Core/00-core/ValveType.cs |   21 +++++++++++++++------
 1 files changed, 15 insertions(+), 6 deletions(-)

diff --git a/Service/HStation.Service.Revit.Core/00-core/ValveType.cs b/Service/HStation.Service.Revit.Core/00-core/ValveType.cs
index d6947dd..36170e3 100644
--- a/Service/HStation.Service.Revit.Core/00-core/ValveType.cs
+++ b/Service/HStation.Service.Revit.Core/00-core/ValveType.cs
@@ -6,34 +6,39 @@
     public class ValveType
     {
         /// <summary>
-        /// 鍑忓帇闃� 鍘嬪己锛宮(psi)
+        /// 鍑忓帇闃� 鍘嬪己锛宮
         /// </summary>
         public const string PRV = "PRV";
 
         /// <summary>
-        /// 绋冲帇闃� 鍘嬪己锛宮(psi)
+        /// 绋冲帇闃� 鍘嬪己锛宮
         /// </summary>
         public const string PSV = "PSV";
 
         /// <summary>
-        /// 鍘嬪姏鍒跺姩闃� 鍘嬪己锛宮(psi)
+        /// 鍘嬪姏鍒跺姩闃� 鍘嬪己锛宮
         /// </summary>
         public const string PBV = "PBV";
 
         /// <summary>
-        /// 娴侀噺鎺у埗闃� 娴侀噺(娴侀噺鍗曚綅)
+        /// 娴侀噺鎺у埗闃� 娴侀噺(m鲁/h)
         /// </summary>
         public const string FCV = "FCV";
 
         /// <summary>
-        /// 鑺傛祦鎺у埗闃� 鎹熷け绯绘暟
+        /// 鑺傛祦鎺у埗闃� 闃�闂ㄥ紑搴︽崯澶辩郴鏁版洸绾�
         /// </summary>
         public const string TCV = "TCV";
 
         /// <summary>
-        /// 甯歌闃�闂� 姘村ご鎹熷け鏇茬嚎ID
+        /// 甯歌闃�闂� 姘村ご鎹熷け鏇茬嚎
         /// </summary>
         public const string GPV = "GPV";
+
+        /// <summary>
+        /// 姝㈠洖闃�
+        /// </summary>
+        public const string CV = "CV";
 
         /// <summary>
         /// 鍖呭惈
@@ -68,6 +73,10 @@
             {
                 return true;
             }
+            if (type == CV)
+            {
+                return true;
+            }
             return false;
         }
 

--
Gitblit v1.9.3