✨ init project
This commit is contained in:
10
model/system/sys_jwt_blacklist.go
Normal file
10
model/system/sys_jwt_blacklist.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package system
|
||||
|
||||
import (
|
||||
"git.echol.cn/loser/lckt/global"
|
||||
)
|
||||
|
||||
type JwtBlacklist struct {
|
||||
global.GVA_MODEL
|
||||
Jwt string `gorm:"type:text;comment:jwt"`
|
||||
}
|
||||
Reference in New Issue
Block a user