diff --git a/Yi.Framework/Yi.Framework.Core/MakeJwt.cs b/Yi.Framework/Yi.Framework.Core/MakeJwt.cs
index 0730ec2b..f1ad675c 100644
--- a/Yi.Framework/Yi.Framework.Core/MakeJwt.cs
+++ b/Yi.Framework/Yi.Framework.Core/MakeJwt.cs
@@ -13,28 +13,38 @@ using JwtRegisteredClaimNames = Microsoft.IdentityModel.JsonWebTokens.JwtRegiste
namespace Yi.Framework.Core
{
+
+ public class jwtUser
+ {
+ public user user { get; set; }
+ public List