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