From 467578cbe7f027c14ceba0aed16fb827b94e2c65 Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期五, 07 三月 2025 09:41:58 +0800 Subject: [PATCH] pbs-为登录静态类赋值 --- 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