From cb12c35c7af4350b0f38b6d90a15d8bd9796b8c5 Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期六, 30 十一月 2024 13:22:49 +0800
Subject: [PATCH] epa报错处理

---
 BLL/HStation.BLL.TransferFile.Core/GlobalUsings.cs |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/BLL/HStation.BLL.TransferFile.Core/GlobalUsings.cs b/BLL/HStation.BLL.TransferFile.Core/GlobalUsings.cs
index 09767f4..5fb2c60 100644
--- a/BLL/HStation.BLL.TransferFile.Core/GlobalUsings.cs
+++ b/BLL/HStation.BLL.TransferFile.Core/GlobalUsings.cs
@@ -1,8 +1,8 @@
-锘縢lobal using Mapster;
-global using System.Linq;
-global using AutoMapper;
-global using Yw.Dto;
+锘縢lobal using AutoMapper;
+global using HStation.BLL.TransferFile;
 global using HStation.Dto;
 global using HStation.Vmo;
-global using HStation.BLL.TransferFile;
+global using Mapster;
+global using System.Linq;
+global using Yw.Dto;
 

--
Gitblit v1.9.3