.NETAdmin/ZR.ServiceCore/GlobalUsing.cs
2025-07-29 19:15:56 +08:00

5 lines
157 B
C#

global using Newtonsoft.Json;
global using SqlSugar;
global using System;
global using System.Collections.Generic;
global using Infrastructure.Extensions;