9 lines
317 B
C#
9 lines
317 B
C#
global using ZR.Common;
|
|
global using Microsoft.AspNetCore.Authorization;
|
|
global using Infrastructure;
|
|
global using Infrastructure.Attribute;
|
|
global using Infrastructure.Enums;
|
|
global using Infrastructure.Model;
|
|
global using Mapster;
|
|
global using Infrastructure.Extensions;
|
|
global using Infrastructure.WebExtensins; |