From d50f23c63edc87260d28cc0644738fe4df7ea68e Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期一, 09 十二月 2024 15:24:04 +0800
Subject: [PATCH] work引用

---
 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