From 75463592b40199fbafb6930060ef679a05b5b714 Mon Sep 17 00:00:00 2001 From: sunpengfei <i@angelzzz.com> Date: 星期四, 07 八月 2025 16:26:14 +0800 Subject: [PATCH] feat:任务开发 --- FlexJobApi.Core/Utils/JwtUtils/CurrentLogier.cs | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/FlexJobApi.Core/Utils/JwtUtils/CurrentLogier.cs b/FlexJobApi.Core/Utils/JwtUtils/CurrentLogier.cs index 019533f..8320023 100644 --- a/FlexJobApi.Core/Utils/JwtUtils/CurrentLogier.cs +++ b/FlexJobApi.Core/Utils/JwtUtils/CurrentLogier.cs @@ -57,5 +57,10 @@ /// 瀹㈡埛绔被鍨� /// </summary> public EnumClientType ClientType { get; set; } + + /// <summary> + /// 浼佷笟Id + /// </summary> + public Guid? EnterpriseId { get; set; } } } -- Gitblit v1.9.1