From 492fbc0052225864e97cceb66d86d3fdf9dee961 Mon Sep 17 00:00:00 2001
From: duheng <2784771470@qq.com>
Date: 星期四, 05 十二月 2024 16:18:36 +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 18071ed..281dea2 100644
--- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/GlobalUsings.cs
+++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/GlobalUsings.cs
@@ -1,12 +1,11 @@
-锘縢lobal using HStation.Dto;
+锘縢lobal using DevExpress.XtraEditors;
+global using DevExpress.XtraEditors.Controls;
+global using HStation.Vmo;
 global using HStation.Xhs;
 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;
-global using HStation.Vmo;

--
Gitblit v1.9.3