From c17871cbf0511baadad171df4276bf50a442f3fe Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期四, 30 六月 2022 13:35:38 +0800 Subject: [PATCH] 自研可视对讲优化 --- HDL_ON/Common/R.cs | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/HDL_ON/Common/R.cs b/HDL_ON/Common/R.cs index cd21a50..2a4d761 100644 --- a/HDL_ON/Common/R.cs +++ b/HDL_ON/Common/R.cs @@ -51,6 +51,10 @@ /// </summary> public const int VisitorEndTime = 2550; /// <summary> + /// 鍔ㄦ�佸瘑鐮佸凡澶辨晥 + /// </summary> + public const int TemporaryPasswordInvalid = 2551; + /// <summary> /// 璁垮浜岀淮鐮佸紑濮嬫椂闂� /// </summary> public const int VisitorStartTime = 2549; -- Gitblit v1.8.0