|
|
@@ -7,13 +7,19 @@
|
|
|
global using Admin.NET.Core;
|
|
|
global using SqlSugar;
|
|
|
global using Furion;
|
|
|
+global using Furion.DatabaseAccessor;
|
|
|
global using Furion.DependencyInjection;
|
|
|
global using Furion.DynamicApiController;
|
|
|
global using Furion.FriendlyException;
|
|
|
+global using Mapster;
|
|
|
global using Microsoft.AspNetCore.Authorization;
|
|
|
+global using Microsoft.AspNetCore.Http;
|
|
|
global using Microsoft.AspNetCore.Mvc;
|
|
|
+global using Magicodes.ExporterAndImporter.Core;
|
|
|
+global using Magicodes.ExporterAndImporter.Excel;
|
|
|
global using Microsoft.Extensions.DependencyInjection;
|
|
|
global using System;
|
|
|
global using System.Collections.Generic;
|
|
|
global using System.ComponentModel;
|
|
|
+global using System.ComponentModel.DataAnnotations;
|
|
|
global using System.Threading.Tasks;
|