From 44d6b49d86f8c531cbed718a8c109f3bc2db2177 Mon Sep 17 00:00:00 2001 From: wjc <1243177876@qq.com> Date: 星期三, 09 八月 2023 16:27:23 +0800 Subject: [PATCH] 2023年08月09日16:27:16 --- 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