From 952cb084d1f31a1c2634b91d4d03374c359b52da Mon Sep 17 00:00:00 2001 From: Shuxia Ning <NingShuxia0927@outlook.com> Date: 星期一, 22 七月 2024 17:00:46 +0800 Subject: [PATCH] 清理 --- Service/HStation.Service.Xhs.Core/GlobalUsings.cs | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Service/HStation.Service.Xhs.Core/GlobalUsings.cs b/Service/HStation.Service.Xhs.Core/GlobalUsings.cs index c44e893..079248b 100644 --- a/Service/HStation.Service.Xhs.Core/GlobalUsings.cs +++ b/Service/HStation.Service.Xhs.Core/GlobalUsings.cs @@ -1,9 +1,9 @@ -锘縢lobal using HStation.Settings; +锘縢lobal using AutoMapper; +global using HStation.Service.Xhs; +global using HStation.Settings; +global using HStation.Xhs; global using SqlSugar; global using System.Text; global using Yw; -global using HStation.Service.Xhs; +global using Yw.Service; global using Yw.Untity; -global using HStation.Xhs; -global using AutoMapper; -global using Yw.Service; \ No newline at end of file -- Gitblit v1.9.3