Files
ai_proxy/server/model/system/sys_jwt_blacklist.go
2026-03-03 15:39:23 +08:00

11 lines
163 B
Go

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