Prechádzať zdrojové kódy

添加全局引用

Signed-off-by: skywolf627 <skywolf627@qq.com>
skywolf627 3 rokov pred
rodič
commit
94784c2dc3

+ 5 - 1
Admin.NET/Admin.NET.Application/GlobalUsings.cs

@@ -7,6 +7,10 @@ global using Microsoft.AspNetCore.Mvc;
 global using Microsoft.Extensions.DependencyInjection;
 global using SqlSugar;
 global using System.Threading.Tasks;
+global using Admin.NET.Application.Const;
+global using Furion.FriendlyException;
 global using System;
 global using System.Collections.Generic;
-global using System.ComponentModel.DataAnnotations;
+global using System.ComponentModel.DataAnnotations;
+global using Admin.NET.Core.Service;
+global using Microsoft.AspNetCore.Http;