From 9b673ca69c30616b5e5807d665ed8efa2720e1c8 Mon Sep 17 00:00:00 2001 From: duheng <2286773002@qq.com> Date: 星期五, 28 三月 2025 17:57:07 +0800 Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/HStation/XHS.V1.0 --- WinFrmUI/HStation.WinFrmUI.Xhs.Core/GlobalUsings.cs | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/GlobalUsings.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/GlobalUsings.cs index 73d4cbf..7000eab 100644 --- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/GlobalUsings.cs +++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/GlobalUsings.cs @@ -1,6 +1,8 @@ -锘縢lobal using HStation.Dto; -global using HStation.Xhs; +锘縢lobal using DevExpress.XtraEditors; +global using DevExpress.XtraEditors.Controls; +global using HStation.Vmo; global using System.ComponentModel; +global using System.ComponentModel.DataAnnotations; global using System.IO; global using Yw; global using Yw.Untity; -- Gitblit v1.9.3