using System.ComponentModel; namespace Ether { public enum ReInputEvent { [Description("移动")] Move, } }