From 32288af3e5f12bc48d8360114c872fde5d9ff4a8 Mon Sep 17 00:00:00 2001 From: sunpengfei <i@angelzzz.com> Date: 星期五, 08 八月 2025 09:09:08 +0800 Subject: [PATCH] pref:优化 --- FlexJobApi.Core/Utils/JwtUtils/CurrentLogier.cs | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/FlexJobApi.Core/Utils/JwtUtils/CurrentLogier.cs b/FlexJobApi.Core/Utils/JwtUtils/CurrentLogier.cs index 019533f..fc1a037 100644 --- a/FlexJobApi.Core/Utils/JwtUtils/CurrentLogier.cs +++ b/FlexJobApi.Core/Utils/JwtUtils/CurrentLogier.cs @@ -11,7 +11,7 @@ /// <summary> /// 鐢ㄦ埛Id /// </summary> - public Guid UserInfoId { get; set; } + public Guid Id { get; set; } /// <summary> /// 鐢ㄦ埛璁块棶浠ょ墝 @@ -57,5 +57,10 @@ /// 瀹㈡埛绔被鍨� /// </summary> public EnumClientType ClientType { get; set; } + + /// <summary> + /// 浼佷笟Id + /// </summary> + public Guid? EnterpriseId { get; set; } } } -- Gitblit v1.9.1