11 lines
152 B
Go
11 lines
152 B
Go
package system
|
|
|
|
import (
|
|
"git.echol.cn/loser/lckt/global"
|
|
)
|
|
|
|
type JwtBlacklist struct {
|
|
global.GVA_MODEL
|
|
Jwt string `gorm:"type:text;comment:jwt"`
|
|
}
|