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