namespace Base { /// <summary> /// 一般使用事件名+变量名 /// </summary> public static class EnvBaseKey { public const string ChannelError = "ChannelError"; } }