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/Common/CheckModel.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WinFrmUI/Yw.WinFrmUI.Hydro.Q3d.Core/MapView/Core/Common/CheckModel.cs b/WinFrmUI/Yw.WinFrmUI.Hydro.Q3d.Core/MapView/Core/Common/CheckModel.cs index 69a0461..981cd57 100644 --- a/WinFrmUI/Yw.WinFrmUI.Hydro.Q3d.Core/MapView/Core/Common/CheckModel.cs +++ b/WinFrmUI/Yw.WinFrmUI.Hydro.Q3d.Core/MapView/Core/Common/CheckModel.cs @@ -3,9 +3,9 @@ using System.Linq; using System.Text; using System.Threading.Tasks; -using static Yw.WinFrmUI.Q3D.ObjectEnum; +using static Yw.WinFrmUI.Q3d.ObjectEnum; -namespace Yw.WinFrmUI.Q3D +namespace Yw.WinFrmUI.Q3d { [Serializable] public class CheckModel -- Gitblit v1.9.3