Files
st/server/model/system/sys_jwt_blacklist.go
2026-02-10 17:48:27 +08:00

11 lines
157 B
Go

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