namespace TEAMModelOS.SDK.Context.BI { public class BIConst { /// /// 大陆测试站 /// public static readonly string ChinaTest = "Global-Test"; /// /// 通用数据库国际站点连接字串名称 /// public static readonly string Global = "Global"; /// /// 国际站点测试站 /// public static readonly string GlobalTest = "Global-Test"; /// /// 中国站防火墙日志连接字串名称 /// public static readonly string LogChina = "LogChina"; /// /// 国际站防火墙日志连接字串名称 /// public static readonly string LogGlobal = "LogGlobal"; } }