xiecheng_server/model/system/sys_jwt_blacklist.go
2025-03-28 17:14:57 +08:00

11 lines
163 B
Go

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