2025-06-03 11:58:17 +08:00
|
|
|
// Global using directives
|
|
|
|
|
|
|
|
|
|
global using System.Text;
|
|
|
|
|
global using Volo.Abp.Modularity;
|
|
|
|
|
global using JiShe.ServicePro.Enums;
|
2025-06-03 23:01:46 +08:00
|
|
|
global using JiShe.ServicePro.FreeRedisProvider;
|
|
|
|
|
global using JiShe.ServicePro.Consts;
|
|
|
|
|
global using JiShe.ServicePro.Core;
|