Files
sy_hx_pbl_backend/DOAN.Service/GlobalUsing.cs

8 lines
242 B
C#
Raw Normal View History

2024-09-23 09:14:22 +08:00
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;