83 lines
3.6 KiB
C#
83 lines
3.6 KiB
C#
global using Flurl.Http;
|
|
global using FreeSql.DatabaseModel;
|
|
global using MiaoYu.Api.Admin;
|
|
global using MiaoYu.Api.Admin.ApplicationServices.Bases;
|
|
global using MiaoYu.Api.Admin.ApplicationServices.Core.Quartz;
|
|
global using MiaoYu.Api.Admin.ApplicationServices.Core.Quartz.Jobs;
|
|
global using MiaoYu.Api.Admin.ApplicationServices.Core.SignalRs;
|
|
global using MiaoYu.Api.Admin.ApplicationServices.Core.SignalRs.Hubs;
|
|
global using MiaoYu.Api.Admin.ApplicationServices.DevelopmentTools.LowCode;
|
|
global using MiaoYu.Api.Admin.ApplicationServices.DevelopmentTools.MonitorEFCore;
|
|
global using MiaoYu.Api.Admin.ApplicationServices.Systems;
|
|
global using MiaoYu.Api.Admin.Models.Configs;
|
|
global using MiaoYu.Api.Admin.Models.Dtos.DevelopmentTool;
|
|
global using MiaoYu.Api.Admin.Models.Dtos.Systems;
|
|
global using MiaoYu.Core;
|
|
global using MiaoYu.Core.ApiResultManage;
|
|
global using MiaoYu.Core.ApplicationServices;
|
|
global using MiaoYu.Core.EntityFramework.Aop;
|
|
global using MiaoYu.Core.Files;
|
|
global using MiaoYu.Core.Filters;
|
|
global using MiaoYu.Core.Identity;
|
|
global using MiaoYu.Core.Identity.Services;
|
|
global using MiaoYu.Core.Logs;
|
|
global using MiaoYu.Core.Mappers;
|
|
global using MiaoYu.Core.Permission;
|
|
global using MiaoYu.Core.Permission.Attributes;
|
|
global using MiaoYu.Core.Quartz;
|
|
global using MiaoYu.Core.Quartz.Jobs;
|
|
global using MiaoYu.Core.Quartz.Models;
|
|
global using MiaoYu.Core.Quartz.Services;
|
|
global using MiaoYu.Core.Razor;
|
|
global using MiaoYu.Core.Razor.Services;
|
|
global using MiaoYu.Core.Redis;
|
|
global using MiaoYu.Core.Swagger;
|
|
global using MiaoYu.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 MiaoYu.Repository.Admin;
|
|
global using MiaoYu.Repository.Admin.Entities.Base;
|
|
global using MiaoYu.Repository.Admin.Entities.LowCode;
|
|
global using MiaoYu.Repository.Admin.Entities.Quartz;
|
|
global using MiaoYu.Repository.Admin.Entities.Systems;
|
|
global using MiaoYu.Repository.Admin.Models;
|
|
global using MiaoYu.Repository.Admin.Models.Dtos.Systems;
|
|
global using MiaoYu.Shared;
|
|
global using MiaoYu.Shared.Admin;
|
|
global using MiaoYu.Shared.Admin.ApplicationServices;
|
|
global using MiaoYu.Shared.Admin.Extensions;
|
|
global using MiaoYu.Shared.Admin.Filters;
|
|
global using MiaoYu.Shared.Admin.Models.Consts;
|
|
global using MiaoYu.Shared.Admin.Models.LowCodes;
|
|
global using MiaoYu.Shared.Admin.Models.PagingViews;
|
|
global using MiaoYu.Shared.Filters;
|
|
global using MiaoYu.Shared.Upload;
|
|
global using MiaoYu.Shared.Upload.VO;
|
|
global using MiaoYu.Shared.Utils;
|
|
//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 Serilog;
|
|
global using System.ComponentModel;
|
|
global using System.Reflection;
|
|
global using System.Text;
|
|
global using System.Text.Encodings.Web;
|
|
global using System.Text.Unicode;
|
|
global using MiaoYu.Repository.ChatAI.Admin; |