From 157476e37c39931ee026a2ca6fde0d09383884d3 Mon Sep 17 00:00:00 2001 From: zhangwei <1504152376@qq.com> Date: 星期五, 01 八月 2025 15:53:50 +0800 Subject: [PATCH] '企业资料审核' --- Admin.NET/Admin.NET.Core/Const/ClaimConst.cs | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/Admin.NET/Admin.NET.Core/Const/ClaimConst.cs b/Admin.NET/Admin.NET.Core/Const/ClaimConst.cs index 7fdf85f..18f48bb 100644 --- a/Admin.NET/Admin.NET.Core/Const/ClaimConst.cs +++ b/Admin.NET/Admin.NET.Core/Const/ClaimConst.cs @@ -65,4 +65,16 @@ /// 鐧诲綍妯″紡PC銆丄PP /// </summary> public const string LoginMode = "LoginMode"; + + + /// <summary> + /// 鐢ㄦ埛绫诲瀷 + /// </summary> + public const string UserType = "UserType"; + + + /// <summary> + /// 瀹㈡埛鐧诲綍绫诲瀷 + /// </summary> + public const string CustomerLogoinType = "CustomerLogoinType"; } \ No newline at end of file -- Gitblit v1.9.1