/// <summary> /// 状态控制器接口 /// </summary> public interface IStateController { public bool Enable { get; set; } }