You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
820 B
23 lines
820 B
global using Furion;
|
|
global using Furion.ConfigurableOptions;
|
|
global using Furion.DatabaseAccessor;
|
|
global using Furion.DataValidation;
|
|
global using Furion.DependencyInjection;
|
|
global using Furion.FriendlyException;
|
|
global using Furion.JsonSerialization;
|
|
global using Furion.UnifyResult;
|
|
global using Mapster;
|
|
global using Microsoft.AspNetCore.Http;
|
|
global using Microsoft.AspNetCore.Mvc;
|
|
global using Microsoft.AspNetCore.Mvc.Filters;
|
|
global using Microsoft.Extensions.DependencyInjection;
|
|
global using SqlSugar;
|
|
global using System;
|
|
global using System.Collections;
|
|
global using System.Collections.Generic;
|
|
global using System.ComponentModel;
|
|
global using System.ComponentModel.DataAnnotations;
|
|
global using System.Data;
|
|
global using System.Linq;
|
|
global using System.Reflection;
|
|
global using System.Threading.Tasks;
|