wxr
2023-10-27 326a8e72d7bb6def4147fc1e711d3cfa2aa8f4d1
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;
    }
}