From 69bb0228a93381c09aef681481dd34d0ad7de94f Mon Sep 17 00:00:00 2001 From: chenqiyang <1406175257@qq.com> Date: 星期二, 17 五月 2022 10:21:58 +0800 Subject: [PATCH] 1.修改访客记录入口逻辑 2.更新全视通dll(修改生成临时凭证逻辑) --- HDL_ON/Common/R.cs | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/HDL_ON/Common/R.cs b/HDL_ON/Common/R.cs index 4d9b039..b290247 100644 --- a/HDL_ON/Common/R.cs +++ b/HDL_ON/Common/R.cs @@ -4,8 +4,10 @@ { public static class StringId { - - + /// <summary> + /// 璁垮绠$悊 + /// </summary> + public const int VisitorManage = 533; /// <summary> /// 璁惧绂荤嚎涓紝鏆傛椂鏃犳硶鎿嶄綔 /// </summary> -- Gitblit v1.8.0