Files
kunshan-bzfm-mes-backend/ZR.Service/GlobalUsing.cs

8 lines
236 B
C#
Raw Normal View History

2024-11-28 13:36:05 +08:00
global using System.Collections.Generic;
global using System;
global using SqlSugar;
global using Newtonsoft.Json;
global using ZR.ServiceCore;
global using ZR.Model;
global using System.Linq;
global using ZR.Common.DynamicApiSimple;