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.
29 lines
1.1 KiB
29 lines
1.1 KiB
5 months ago
|
// 大名科技(天津)有限公司版权所有 电话:18020030720 QQ:515096995
|
||
|
//
|
||
|
// 此源代码遵循位于源代码树根目录中的 LICENSE 文件的许可证
|
||
|
|
||
|
global using Admin.NET.Core;
|
||
|
global using Admin.NET.Core.Service;
|
||
|
global using Admin.NET.Plugin.GoView.Const;
|
||
|
global using Admin.NET.Plugin.GoView.Entity;
|
||
|
global using Admin.NET.Plugin.GoView.Enum;
|
||
|
global using Admin.NET.Plugin.GoView.Service.Dto;
|
||
|
global using Furion;
|
||
|
global using Furion.DatabaseAccessor;
|
||
|
global using Furion.DataValidation;
|
||
|
global using Furion.DynamicApiController;
|
||
|
global using Furion.FriendlyException;
|
||
|
global using Furion.JsonSerialization;
|
||
|
global using Furion.UnifyResult;
|
||
|
global using Mapster;
|
||
|
global using Microsoft.AspNetCore.Authorization;
|
||
|
global using Microsoft.AspNetCore.Http;
|
||
|
global using Microsoft.AspNetCore.Mvc;
|
||
|
global using Microsoft.AspNetCore.Mvc.Filters;
|
||
|
global using Newtonsoft.Json;
|
||
|
global using SqlSugar;
|
||
|
global using System.Collections;
|
||
|
global using System.ComponentModel;
|
||
|
global using System.ComponentModel.DataAnnotations;
|
||
|
global using System.Data;
|
||
|
global using System.Linq.Dynamic.Core;
|