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