global using Flurl.Http; global using FreeSql.DatabaseModel; global using CloudGaming.Api.Admin; global using CloudGaming.Api.Admin.ApplicationServices.Bases; global using CloudGaming.Api.Admin.ApplicationServices.Core.Quartz; global using CloudGaming.Api.Admin.ApplicationServices.Core.Quartz.Jobs; global using CloudGaming.Api.Admin.ApplicationServices.Core.SignalRs; global using CloudGaming.Api.Admin.ApplicationServices.Core.SignalRs.Hubs; global using CloudGaming.Api.Admin.ApplicationServices.DevelopmentTools.LowCode; global using CloudGaming.Api.Admin.ApplicationServices.DevelopmentTools.MonitorEFCore; global using CloudGaming.Api.Admin.ApplicationServices.Systems; global using CloudGaming.Api.Admin.Models.Configs; global using CloudGaming.Api.Admin.Models.Dtos.DevelopmentTool; global using CloudGaming.Api.Admin.Models.Dtos.Systems; global using CloudGaming.Core; global using CloudGaming.Core.ApiResultManage; global using CloudGaming.Core.EntityFramework.Aop; global using CloudGaming.Core.Files; global using CloudGaming.Core.Filters; global using CloudGaming.Core.Identity; global using CloudGaming.Core.Identity.Services; global using CloudGaming.Core.Logs; global using CloudGaming.Core.Mappers; global using CloudGaming.Core.Permission; global using CloudGaming.Core.Permission.Attributes; global using CloudGaming.Core.Quartz; global using CloudGaming.Core.Quartz.Jobs; global using CloudGaming.Core.Quartz.Models; global using CloudGaming.Core.Quartz.Services; global using CloudGaming.Core.Razor; global using CloudGaming.Core.Razor.Services; global using CloudGaming.Core.Redis; global using CloudGaming.Core.Swagger; global using CloudGaming.Core.Zips; global using HZY.Framework.Aop; global using HZY.Framework.Aop.Attributes; global using HZY.Framework.Core; global using HZY.Framework.Core.AspNetCore; global using HZY.Framework.Core.Quartz; global using HZY.Framework.Core.Utils; global using HZY.Framework.DependencyInjection; global using HZY.Framework.DependencyInjection.Attributes; global using HZY.Framework.DynamicApiController; global using HZY.Framework.Repository.EntityFramework; global using HZY.Framework.Repository.EntityFramework.Extensions; global using HZY.Framework.Repository.EntityFramework.Monitor; global using HZY.Framework.Repository.EntityFramework.Monitor.Models; global using CloudGaming.Repository.Admin; global using CloudGaming.Repository.Admin.Entities.Base; global using CloudGaming.Repository.Admin.Entities.LowCode; global using CloudGaming.Repository.Admin.Entities.Quartz; global using CloudGaming.Repository.Admin.Entities.Systems; global using CloudGaming.Repository.Admin.Models; global using CloudGaming.Repository.Admin.Models.Dtos.Systems; global using CloudGaming.Shared; global using CloudGaming.Shared.Admin; global using CloudGaming.Shared.Admin.ApplicationServices; global using CloudGaming.Shared.Admin.Extensions; global using CloudGaming.Shared.Admin.Filters; global using CloudGaming.Shared.Admin.Models.Consts; global using CloudGaming.Shared.Admin.Models.LowCodes; global using CloudGaming.Shared.Admin.Utils; global using CloudGaming.Shared.Filters; global using CloudGaming.Shared.Upload; global using CloudGaming.Shared.Upload.VO; //global using IGeekFan.AspNetCore.Knife4jUI; global using Microsoft.AspNetCore.Authentication.JwtBearer; global using Microsoft.AspNetCore.Authorization; global using Microsoft.AspNetCore.Mvc; global using Microsoft.AspNetCore.SignalR; global using Microsoft.EntityFrameworkCore; global using Microsoft.Extensions.Caching.Memory; global using NPOI.XSSF.UserModel; global using Quartz; global using System.ComponentModel; global using System.Net; global using System.Reflection; global using System.Security.Claims; global using System.Text; global using FreeSql; global using CloudGaming.Api.Admin.ApplicationServices.DevelopmentTools.LowCode.Impl; global using CloudGaming.Api.Admin.Models; global using CloudGaming.Core.ApplicationServices; global using CloudGaming.Core.Identity.Models; global using CloudGaming.Core.Identity.Utils; global using CloudGaming.Core.Redis.Aop.Cache; global using CloudGaming.Shared.Models.PagingViews; global using Microsoft.AspNetCore.Mvc.ApplicationModels; global using FileOptions = CloudGaming.Core.Files.FileOptions; global using CloudGaming.Repository.Game; //global using CloudGaming.Repository.Ext; //global using CloudGaming.Repository.Game; //global using UserDbContext = CloudGaming.Repository.User.UserDbContext; global using CloudGaming.Code.DataBaseModel; global using CloudGaming.Code.DataBaseModel.ApplicationServices;