39 lines
1.7 KiB
C#
39 lines
1.7 KiB
C#
global using MiaoYu.Core;
|
|
global using MiaoYu.Core.ApiResultManage;
|
|
global using MiaoYu.Core.Permission;
|
|
global using MiaoYu.Core.Permission.Attributes;
|
|
global using HZY.Framework.Core;
|
|
global using HZY.Framework.Core.AspNetCore;
|
|
global using HZY.Framework.Core.Utils;
|
|
global using HZY.Framework.DependencyInjection;
|
|
global using HZY.Framework.Repository.EntityFramework;
|
|
global using HZY.Framework.Repository.EntityFramework.Extensions;
|
|
global using HZY.Framework.Repository.EntityFramework.Models;
|
|
global using HZY.Framework.Repository.EntityFramework.Models.Standard;
|
|
global using HZY.Framework.Repository.EntityFramework.Repositories;
|
|
global using MiaoYu.Repository.Admin.Entities.LowCode;
|
|
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.Admin.ApplicationServices;
|
|
global using MiaoYu.Shared.Admin.Middlewares;
|
|
global using MiaoYu.Shared.Admin.Models.LowCodes;
|
|
global using MiaoYu.Shared.Admin.Models.PagingViews;
|
|
global using Microsoft.AspNetCore.Authorization;
|
|
global using Microsoft.AspNetCore.Builder;
|
|
global using Microsoft.AspNetCore.Http;
|
|
global using Microsoft.AspNetCore.Mvc;
|
|
global using Microsoft.AspNetCore.Mvc.Filters;
|
|
global using Microsoft.EntityFrameworkCore;
|
|
global using Microsoft.Extensions.Configuration;
|
|
global using Microsoft.Extensions.DependencyInjection;
|
|
global using Microsoft.Extensions.Logging;
|
|
global using Newtonsoft.Json;
|
|
global using NPOI.HSSF.UserModel;
|
|
global using System.Data;
|
|
global using System.Diagnostics;
|
|
global using System.Linq.Expressions;
|
|
global using System.Net;
|
|
global using Zyx.MemoryMQ.Extensions;
|
|
global using Zyx.MemoryMQ.Interfaces;
|