Files
shgx_tz_mes_backend_sync/ZR.Admin.WebApi/GlobalUsing.cs

8 lines
236 B
C#
Raw Normal View History

2024-06-07 11:04:26 +08:00
global using Infrastructure;
2023-07-28 17:37:36 +08:00
global using Infrastructure.Attribute;
global using Infrastructure.Enums;
global using Infrastructure.Model;
2024-06-07 11:04:26 +08:00
global using Mapster;
global using Microsoft.AspNetCore.Authorization;
global using ZR.Common;