FlexJobApi.Core/Utils/JwtUtils/CurrentLogier.cs @@ -57,5 +57,10 @@ /// 客户端类型 /// </summary> public EnumClientType ClientType { get; set; } /// <summary> /// 企业Id /// </summary> public Guid? EnterpriseId { get; set; } } }