From 38e3665144cbabd5d59f876268053e749f046e3a Mon Sep 17 00:00:00 2001 From: sunpengfei <i@angelzzz.com> Date: 星期二, 09 九月 2025 09:33:21 +0800 Subject: [PATCH] Merge branch 'master' of http://120.26.58.240:8888/r/ApiFlexJob --- 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