From a32120b0baed01d5d0028c696cecba9acb12fdbe Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期二, 30 一月 2024 17:07:32 +0800
Subject: [PATCH] 优化储能标题,优化分享权限页面背景色,修复可视对讲无法通知问题
---
HDL_ON/UI/UI2/FuntionControlView/VideoDoorLock/ObjectClass.cs | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/HDL_ON/UI/UI2/FuntionControlView/VideoDoorLock/ObjectClass.cs b/HDL_ON/UI/UI2/FuntionControlView/VideoDoorLock/ObjectClass.cs
index 73f68c0..5f4bf85 100644
--- a/HDL_ON/UI/UI2/FuntionControlView/VideoDoorLock/ObjectClass.cs
+++ b/HDL_ON/UI/UI2/FuntionControlView/VideoDoorLock/ObjectClass.cs
@@ -103,6 +103,14 @@
/// 浜戦泙涓婂畾涔夌殑璁惧spk
/// </summary>
public string spk = string.Empty;
+ /// <summary>
+ /// 娑堟伅id
+ /// </summary>
+ public string msgId = string.Empty;
+ /// <summary>
+ /// 鎺ㄩ�佹椂闂�
+ /// </summary>
+ public string currentTime = string.Empty;
}
}
--
Gitblit v1.8.0