From 6001ccc7e7052b64931235b65a8b5d02f35ad1bd Mon Sep 17 00:00:00 2001
From: sunpengfei <i@angelzzz.com>
Date: 星期四, 14 八月 2025 09:56:24 +0800
Subject: [PATCH] feat:开发

---
 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