From 98e49c0dd42840a094837f7acae532bc237a719a Mon Sep 17 00:00:00 2001
From: yangyin <1850366751@qq.com>
Date: 星期二, 20 八月 2024 15:42:37 +0800
Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/HStation/XHS.V1.0

---
 Service/HStation.Service.PhartRelation.Core/00-core/eGraphType.cs |   18 ++++++++++++------
 1 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/Service/HStation.Service.PhartRelation.Core/00-core/eGraphType.cs b/Service/HStation.Service.PhartRelation.Core/00-core/eGraphType.cs
index 663a1c7..30b8c9e 100644
--- a/Service/HStation.Service.PhartRelation.Core/00-core/eGraphType.cs
+++ b/Service/HStation.Service.PhartRelation.Core/00-core/eGraphType.cs
@@ -6,19 +6,25 @@
     public enum eGraphType
     {
         /// <summary>
-        /// 娴侀噺鎵▼鏇茬嚎
+        /// 娉� 娴侀噺鎵▼鏇茬嚎
         /// </summary>
-        QH = 11,
+        PumpQH = 11,
 
         /// <summary>
-        /// 娴侀噺鍔熺巼鏇茬嚎
+        /// 娉� 娴侀噺鍔熺巼鏇茬嚎
         /// </summary>
-        QP = 12,
+        PumpQP = 12,
 
         /// <summary>
-        /// 娴侀噺鏁堢巼鏇茬嚎
+        /// 娉� 娴侀噺鏁堢巼鏇茬嚎
         /// </summary>
-        QE = 13,
+        PumpQE = 13,
+
+
+        /// <summary>
+        /// 闃�闂� 娴侀噺姘村ご鎹熷け(绫�)鏇茬嚎
+        /// </summary>
+        ValveQL = 21,
 
     }
 }

--
Gitblit v1.9.3