WinFrmUI/Yw.WinFrmUI.Hydro.Core/00-core/05-extensions/HydroModelInfoExtensions.cs
@@ -9,22 +9,6 @@ /// </summary> public static class HydroModelInfoExtensions { #region 可见字典 /// <summary> /// 获取可见字典 /// </summary> public static Dictionary<string, HydroVisualInfo> GetVisualDict(this Yw.Model.HydroModelInfo hydroInfo) { if (hydroInfo == null) { return default; } var allVisualList = hydroInfo.GetAllVisuals(); return allVisualList?.ToDictionary(x => x.Code); } #endregion #region 修复管网方向