From dfe7e1653f8309e23e4c314cd58ac4ff7ce49dbc Mon Sep 17 00:00:00 2001
From: duheng <2286773002@qq.com>
Date: 星期五, 28 三月 2025 14:50:47 +0800
Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/HStation/XHS.V1.0

---
 WinFrmUI/HStation.WinFrmUI.Basic.Core/00-core/Helper.cs |   11 +++--------
 1 files changed, 3 insertions(+), 8 deletions(-)

diff --git a/WinFrmUI/HStation.WinFrmUI.Basic.Core/00-core/Helper.cs b/WinFrmUI/HStation.WinFrmUI.Basic.Core/00-core/Helper.cs
index 053c0cf..2b1a44b 100644
--- a/WinFrmUI/HStation.WinFrmUI.Basic.Core/00-core/Helper.cs
+++ b/WinFrmUI/HStation.WinFrmUI.Basic.Core/00-core/Helper.cs
@@ -1,9 +1,4 @@
-锘縰sing System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using Yw;
+锘縰sing Yw;
 using Yw.Basic;
 
 namespace HStation.WinFrmUI
@@ -28,8 +23,8 @@
                         {
                             if (item.ModuleID == module.ID)
                             {
-                         model.Children.Add(item);
-                             }
+                                model.Children.Add(item);
+                            }
                         }
                     }
                     sysTypeList.Add(model);

--
Gitblit v1.9.3