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