odf_new/server/ZR.ServiceCore/GlobalUsing.cs
2026-03-02 18:13:36 +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;