From ee854797c9ca5adbba0f356f5b0484c2f7e59dc9 Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期一, 14 十月 2024 17:50:21 +0800 Subject: [PATCH] 分类管理增加设置父级功能 --- WinFrmUI/HStation.WinFrmUI.Xhs.Core/GlobalUsings.cs | 13 +++++++++++-- 1 files changed, 11 insertions(+), 2 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/GlobalUsings.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/GlobalUsings.cs index db90f85..18071ed 100644 --- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/GlobalUsings.cs +++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/GlobalUsings.cs @@ -1,3 +1,12 @@ -锘縢lobal using Yw; +锘縢lobal using HStation.Dto; +global using HStation.Xhs; +global using System.ComponentModel; +global using System.IO; +global using Yw; +global using Yw.Untity; global using Yw.WebBrower; -global using Yw.WinFrmUI; \ No newline at end of file +global using Yw.WinFrmUI; +global using System.ComponentModel.DataAnnotations; +global using DevExpress.XtraEditors; +global using DevExpress.XtraEditors.Controls; +global using HStation.Vmo; -- Gitblit v1.9.3