From ad4360df5a1245151efc826bee69b63946426891 Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期一, 23 十二月 2024 17:50:18 +0800
Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/HStation/XHS.V1.0

---
 Component/Yw.DiagramFile.SDK.Core/pump/curve/PumpCurveEqualPowerViewModel.cs |   13 +++++--------
 1 files changed, 5 insertions(+), 8 deletions(-)

diff --git a/Component/HStation.Report.SDK.Core/chart/curve/PumpCurveEqualPowerViewModel.cs b/Component/Yw.DiagramFile.SDK.Core/pump/curve/PumpCurveEqualPowerViewModel.cs
similarity index 91%
rename from Component/HStation.Report.SDK.Core/chart/curve/PumpCurveEqualPowerViewModel.cs
rename to Component/Yw.DiagramFile.SDK.Core/pump/curve/PumpCurveEqualPowerViewModel.cs
index 6a2bfda..2e6eccb 100644
--- a/Component/HStation.Report.SDK.Core/chart/curve/PumpCurveEqualPowerViewModel.cs
+++ b/Component/Yw.DiagramFile.SDK.Core/pump/curve/PumpCurveEqualPowerViewModel.cs
@@ -1,17 +1,17 @@
 锘縰sing System.Drawing;
 
-namespace HStation.Report
+namespace Yw.DiagramFile
 {
     /// <summary>
-    ///  
+    ///
     /// </summary>
     public class PumpCurveEqualPowerViewModel
-    {  
+    {
         /// <summary>
         /// 鏍囬
         /// </summary>
         public string Name { get; set; }
-         
+
         /// <summary>
         /// 棰滆壊
         /// </summary>
@@ -31,8 +31,5 @@
         /// 鏄惁灏侀棴
         /// </summary>
         public bool IsClosed { get; set; }
-  
-
     }
-
-}
+}
\ No newline at end of file

--
Gitblit v1.9.3