namespace ETHotfix { /// <summary> /// 每个Config的基类 /// </summary> public interface IConfig { long Id { get; set; } } }