Files
kunshan-bzfm-mes-backend/DOAN.Service/GlobalUsing.cs
qianhao.xu 586d2e60dc init
2024-12-03 09:25:16 +08:00

8 lines
242 B
C#

global using System.Collections.Generic;
global using System;
global using SqlSugar;
global using Newtonsoft.Json;
global using DOAN.ServiceCore;
global using DOAN.Model;
global using System.Linq;
global using DOAN.Common.DynamicApiSimple;