From f47abf649b85ce5fd21725fedaebba359a6dfd1d Mon Sep 17 00:00:00 2001
From: duheng <2784771470@qq.com>
Date: 星期二, 24 十二月 2024 09:20:02 +0800
Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/HStation/XHS.V1.0

---
 WinFrmUI/Yw.WinFrmUI.Hydro.Core/04-viewmodel/04-link/04-resistance/02-compressor/HydroCompressorViewModel.cs |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diff --git a/WinFrmUI/Yw.WinFrmUI.Hydro.Core/04-viewmodel/04-link/04-resistance/02-compressor/HydroCompressorViewModel.cs b/WinFrmUI/Yw.WinFrmUI.Hydro.Core/04-viewmodel/04-link/04-resistance/02-compressor/HydroCompressorViewModel.cs
index bb736a6..9a70a98 100644
--- a/WinFrmUI/Yw.WinFrmUI.Hydro.Core/04-viewmodel/04-link/04-resistance/02-compressor/HydroCompressorViewModel.cs
+++ b/WinFrmUI/Yw.WinFrmUI.Hydro.Core/04-viewmodel/04-link/04-resistance/02-compressor/HydroCompressorViewModel.cs
@@ -25,7 +25,7 @@
         [DisplayName("姘村ご鎹熷け鏇茬嚎")]
         [HydroCurvePro(HydroCurve.Compressor, HydroCurveType.CurveQL)]
         [PropertyOrder(1004)]
-        [Browsable(true)]
+        [Browsable(false)]
         public override string Curve
         {
             get
@@ -39,6 +39,16 @@
         }
 
         /// <summary>
+        /// 姘村ご鎹熷け鏇茬嚎
+        /// </summary>
+        [Category("鏁版嵁")]
+        [DisplayName("姘村ご鎹熷け鏇茬嚎")]
+        [PropertyOrder(1005)]
+        [HydroCurvePro(HydroCurve.Compressor, HydroCurveType.CurveQL)]
+        [Browsable(true)]
+        public override string CurveQL { get; set; }
+
+        /// <summary>
         /// 
         /// </summary>
         [Browsable(false)]

--
Gitblit v1.9.3