From 1978a2687b298a69bc72d6eda0be8235bbca37d8 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期一, 01 九月 2025 13:22:12 +0800 Subject: [PATCH] 修改了一些字段 --- Admin.NET/Admin.NET.Core/Const/ClaimConst.cs | 18 ++++++++++++++++++ 1 files changed, 18 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..7d58a33 100644 --- a/Admin.NET/Admin.NET.Core/Const/ClaimConst.cs +++ b/Admin.NET/Admin.NET.Core/Const/ClaimConst.cs @@ -65,4 +65,22 @@ /// 鐧诲綍妯″紡PC銆丄PP /// </summary> public const string LoginMode = "LoginMode"; + + + /// <summary> + /// 鐢ㄦ埛绫诲瀷 + /// </summary> + public const string UserType = "UserType"; + + + /// <summary> + /// 瀹㈡埛鐧诲綍绫诲瀷 + /// </summary> + public const string CustomerLogoinType = "CustomerLogoinType"; + + + /// <summary> + /// 浼佷笟id + /// </summary> + public const string CustomerExId = "CustomerExId"; } \ No newline at end of file -- Gitblit v1.9.1