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 |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/GlobalUsings.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/GlobalUsings.cs
index 475a937..7000eab 100644
--- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/GlobalUsings.cs
+++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/GlobalUsings.cs
@@ -1,11 +1,10 @@
-锘縢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;
 global using Yw.WebBrower;
 global using Yw.WinFrmUI;
-global using System.ComponentModel.DataAnnotations;
-global using DevExpress.XtraEditors;
-global using DevExpress.XtraEditors.Controls;

--
Gitblit v1.9.3