From 06dd8d0b5614c39a50924046714c444cc75c21e9 Mon Sep 17 00:00:00 2001 From: zhangwei <1504152376@qq.com> Date: 星期五, 29 八月 2025 14:23:07 +0800 Subject: [PATCH] 企业管理添加角色显示 --- Admin.NET/Admin.NET.Core/Const/ClaimConst.cs | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/Admin.NET/Admin.NET.Core/Const/ClaimConst.cs b/Admin.NET/Admin.NET.Core/Const/ClaimConst.cs index 18f48bb..7d58a33 100644 --- a/Admin.NET/Admin.NET.Core/Const/ClaimConst.cs +++ b/Admin.NET/Admin.NET.Core/Const/ClaimConst.cs @@ -77,4 +77,10 @@ /// 瀹㈡埛鐧诲綍绫诲瀷 /// </summary> public const string CustomerLogoinType = "CustomerLogoinType"; + + + /// <summary> + /// 浼佷笟id + /// </summary> + public const string CustomerExId = "CustomerExId"; } \ No newline at end of file -- Gitblit v1.9.1