sys_jwt_blacklist.go 141 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 package model import ( "gin-vue-admin/global" ) type JwtBlacklist struct { global.GVA_MODEL Jwt string `gorm:"type:text;comment:jwt"` }