From 922dcfb535b7c9d8bd4ab1d97ebc50b49237b0df Mon Sep 17 00:00:00 2001 From: wjc <1243177876@qq.com> Date: 星期三, 09 八月 2023 14:36:42 +0800 Subject: [PATCH] 2023年08月09日14:36:17 --- HDL_ON/UI/UI2/FuntionControlView/Aks/Entity/KeypadEntity.cs | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/HDL_ON/UI/UI2/FuntionControlView/Aks/Entity/KeypadEntity.cs b/HDL_ON/UI/UI2/FuntionControlView/Aks/Entity/KeypadEntity.cs index 7bbfc12..a625c8c 100644 --- a/HDL_ON/UI/UI2/FuntionControlView/Aks/Entity/KeypadEntity.cs +++ b/HDL_ON/UI/UI2/FuntionControlView/Aks/Entity/KeypadEntity.cs @@ -14,5 +14,13 @@ /// 鎸夐敭鍚嶇О /// </summary> public string name = string.Empty; + /// <summary> + /// 鎸夐敭鏈湴鍥炬爣鍦板潃(鑷畾涔�) + /// </summary> + public string localIconAddress = string.Empty; + /// <summary> + /// 鏄惁鍙互鐐瑰嚮(鑷畾涔�) + /// </summary> + public bool isClicked = true; } } -- Gitblit v1.8.0