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