17 lines
653 B
C#
17 lines
653 B
C#
// Global using directives
|
|
|
|
global using System.Text;
|
|
global using Volo.Abp.Modularity;
|
|
global using JiShe.ServicePro.Enums;
|
|
global using JiShe.ServicePro.FreeRedisProvider;
|
|
global using JiShe.ServicePro.IoTDBManagement.Options;
|
|
global using JiShe.ServicePro.IoTDBManagement.SessionPools;
|
|
global using JiShe.ServicePro.IoTDBManagement.TableModels;
|
|
global using JiShe.ServicePro.Kafka.Consts;
|
|
global using JiShe.ServicePro.Kafka.Internal;
|
|
global using JiShe.ServicePro.Kafka.Attributes;
|
|
global using JiShe.ServicePro.FreeSqlProvider;
|
|
global using JiShe.ServicePro.Kafka.Producer;
|
|
global using JiShe.ServicePro.Consts;
|
|
global using JiShe.ServicePro.Core;
|