From fea4a016cdc369be9001fb6dd15295eb68e2381f Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期一, 17 二月 2025 21:25:51 +0800 Subject: [PATCH] 报表代码提交 --- WinFrmUI/HStation.WinFrmUI.Xhs.Core/GlobalUsings.cs | 14 ++++++++------ 1 files changed, 8 insertions(+), 6 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/GlobalUsings.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/GlobalUsings.cs index 5c13cc0..7000eab 100644 --- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/GlobalUsings.cs +++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/GlobalUsings.cs @@ -1,8 +1,10 @@ -锘縢lobal using Yw; +锘縢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; global using Yw.WebBrower; global using Yw.WinFrmUI; -global using HStation.Dto; -global using HStation.Xhs; -global using System.ComponentModel; -global using Yw.Untity; -global using System.IO; \ No newline at end of file -- Gitblit v1.9.3