Files
Go-Web-Template/server/model/system/sys_jwt_blacklist.go

11 lines
170 B
Go

package system
import (
"git.echol.cn/loser/Go-Web-Template/server/global"
)
type JwtBlacklist struct {
global.GVA_MODEL
Jwt string `gorm:"type:text;comment:jwt"`
}