namespace SK.Framework { /// /// 状态 /// public enum SwitchState { /// /// 开着的 /// Open, /// /// 关着的 /// Close, } }