From 650fe9e42e3de66be29769da72cc755273246dd9 Mon Sep 17 00:00:00 2001
From: 啊鑫 <t2856754968@163.com>
Date: 星期五, 12 九月 2025 16:23:04 +0800
Subject: [PATCH] 更新优化代码

---
 DevApp/Gs.DevApp/UserControl/UcDictionarySelect.cs |   13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/DevApp/Gs.DevApp/UserControl/UcDictionarySelect.cs b/DevApp/Gs.DevApp/UserControl/UcDictionarySelect.cs
index 621b517..289aa99 100644
--- a/DevApp/Gs.DevApp/UserControl/UcDictionarySelect.cs
+++ b/DevApp/Gs.DevApp/UserControl/UcDictionarySelect.cs
@@ -1,15 +1,14 @@
-锘縰sing DevExpress.XtraTreeList;
+锘縰sing System;
+using System.Collections.Generic;
+using System.Data;
+using System.Windows.Forms;
+using DevExpress.XtraTreeList;
 using DevExpress.XtraTreeList.Nodes;
 using Gs.DevApp.Entity;
 using Gs.DevApp.ToolBox;
 using Newtonsoft.Json;
-using System;
-using System.Collections.Generic;
-using System.Data;
-using System.Windows.Forms;
 
-
-namespace Gs.DevApp.DevFrm.Work
+namespace Gs.DevApp.UserControl
 {
     public partial class UcDictionarySelect : DevExpress.XtraEditors.XtraForm
     {

--
Gitblit v1.9.3