export interface JwtTokenResponse { token: string; userId: string; realName: string; tenantId: string; mobile: string; }