From f54701fe50ec54d444ff0630a60522142493c2ac Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期五, 17 二月 2023 17:46:12 +0800 Subject: [PATCH] 卷帘窗帘跳转异常修复 --- HDL_ON/Common/R.cs | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/HDL_ON/Common/R.cs b/HDL_ON/Common/R.cs index 1de55d8..b8519cc 100644 --- a/HDL_ON/Common/R.cs +++ b/HDL_ON/Common/R.cs @@ -4,6 +4,15 @@ { public static class StringId { + + /// <summary> + /// 鑾峰彇绗笁鏂瑰钩鍙颁俊鎭け璐� + /// </summary> + public const int Get3tyIotInfoFailed = 585; + /// <summary> + /// 甯冮槻鐘舵�� + /// </summary> + public const int DeploymentStatus = 584; /// <summary> /// 钀ょ煶鎽勫儚澶� /// </summary> -- Gitblit v1.8.0