8 lines
242 B
C#
8 lines
242 B
C#
global using System.Collections.Generic;
|
|
global using System;
|
|
global using SqlSugar;
|
|
global using Newtonsoft.Json;
|
|
global using RIZO.ServiceCore;
|
|
global using RIZO.Model;
|
|
global using System.Linq;
|
|
global using RIZO.Common.DynamicApiSimple; |