11 lines
154 B
Go
11 lines
154 B
Go
|
|
package system
|
||
|
|
|
||
|
|
import (
|
||
|
|
"myschools.me/lemons/admin/global"
|
||
|
|
)
|
||
|
|
|
||
|
|
type JwtBlacklist struct {
|
||
|
|
global.GVA_MODEL
|
||
|
|
Jwt string `gorm:"type:text;comment:jwt"`
|
||
|
|
}
|