From 8cf6ab121d1cca81973de1a4cbe387c1a4a8308a Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期三, 15 三月 2023 11:04:48 +0800 Subject: [PATCH] 人脸管理完成,缺个更新人脸返回 --- HDL_ON/Common/R.cs | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/HDL_ON/Common/R.cs b/HDL_ON/Common/R.cs index e8cedee..73dc6b3 100644 --- a/HDL_ON/Common/R.cs +++ b/HDL_ON/Common/R.cs @@ -4,7 +4,14 @@ { public static class StringId { - + /// <summary> + /// 鍒犻櫎浜鸿劯鏁版嵁 + /// </summary> + public const int DeleteMemberFace = 595; + /// <summary> + /// 璇疯緭鍏ユ垚鍛樺娉� + /// </summary> + public const int PlsEntrySubAccountRemark = 594; /// <summary> /// 浜鸿劯鐓х墖 /// </summary> -- Gitblit v1.8.0