|
|
@@ -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;
|