From 61af8b06212a470308e02fd9af929f0f30955107 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期一, 13 三月 2023 15:16:20 +0800 Subject: [PATCH] 传感器优化 --- HDL_ON/Common/R.cs | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/HDL_ON/Common/R.cs b/HDL_ON/Common/R.cs index 54f862b..e8cedee 100644 --- a/HDL_ON/Common/R.cs +++ b/HDL_ON/Common/R.cs @@ -5,7 +5,18 @@ public static class StringId { - + /// <summary> + /// 浜鸿劯鐓х墖 + /// </summary> + public const int MemberFace = 593; + /// <summary> + /// 鎴愬憳璐﹀彿 + /// </summary> + public const int MemberAccount = 592; + /// <summary> + /// 鎴愬憳鍚嶇О + /// </summary> + public const int MemberName = 591; /// <summary> /// 浣忓畢浜や粯 /// </summary> -- Gitblit v1.8.0