配置文件升级+修改(重要更新!)

This commit is contained in:
2025-06-09 09:22:59 +08:00
parent a548d8f3f2
commit d111c8c2c0
27 changed files with 1880 additions and 1 deletions

7
U8Server/GlobalUsing.cs Normal file
View File

@@ -0,0 +1,7 @@
global using Infrastructure;
global using Infrastructure.Attribute;
global using Infrastructure.Enums;
global using Infrastructure.Model;
global using Mapster;
global using Microsoft.AspNetCore.Authorization;
global using ZR.Common;