export type loginInfoType = { mobile ?: string password ?: string code ?: string tenantId ?: number inviteCode ?: string }