wxr
2024-07-16 cbc156bc38d8b8eae7aef60cb186ab2b52fa701f
HDL_ON/UI/UI2/FuntionControlView/Aks/Entity/KeypadEntity.cs
@@ -4,7 +4,7 @@
    /// <summary>
    /// 按键实体
    /// </summary>
    public class KeypadEntity
    public class KeypadEntity: Filters
    {
        /// <summary>
        /// 按键识别码
@@ -14,5 +14,13 @@
        /// 按键名称
        /// </summary>
        public string name = string.Empty;
        /// <summary>
        /// 按键本地图标地址(自定义)
        /// </summary>
        public string localIconAddress = string.Empty;
        /// <summary>
        /// 是否可以点击(自定义)
        /// </summary>
        public bool isClicked = true;
    }
}