package model import "pure/global" type JwtBlacklist struct { Jwt string `gorm:"type:text;comment:jwt"` global.MG_MODEL }