From a01861a95ede48fa4979a47b24f21616e362e534 Mon Sep 17 00:00:00 2001
From: Shuxia Ning <NingShuxia0927@outlook.com>
Date: 星期二, 19 十一月 2024 16:29:46 +0800
Subject: [PATCH] 用水当量模块

---
 WinFrmUI/Yw.WinFrmUI.Hydro.Q3d.Core/MapView/Core/Link/PumpModel.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/WinFrmUI/Yw.WinFrmUI.Hydro.Q3d.Core/MapView/Core/Link/PumpModel.cs b/WinFrmUI/Yw.WinFrmUI.Hydro.Q3d.Core/MapView/Core/Link/PumpModel.cs
index 0b9ee79..007df94 100644
--- a/WinFrmUI/Yw.WinFrmUI.Hydro.Q3d.Core/MapView/Core/Link/PumpModel.cs
+++ b/WinFrmUI/Yw.WinFrmUI.Hydro.Q3d.Core/MapView/Core/Link/PumpModel.cs
@@ -6,9 +6,9 @@
 using System.Text;
 using System.Threading.Tasks;
 using System.Xml.Linq;
-using static Yw.WinFrmUI.Q3D.ObjectEnum;
+using static Yw.WinFrmUI.Q3d.ObjectEnum;
 
-namespace Yw.WinFrmUI.Q3D
+namespace Yw.WinFrmUI.Q3d
 {
     [Serializable]
     class PumpModel : Q3DLinkCalcModel

--
Gitblit v1.9.3