namespace ET { /// /// 每个Config的基类 /// public interface IConfig { int Id { get; set; } } }