模块化变更
This commit is contained in:
10
server/model/system/sys_jwt_blacklist.go
Normal file
10
server/model/system/sys_jwt_blacklist.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package system
|
||||
|
||||
import (
|
||||
"gin-vue-admin/global"
|
||||
)
|
||||
|
||||
type JwtBlacklist struct {
|
||||
global.GVA_MODEL
|
||||
Jwt string `gorm:"type:text;comment:jwt"`
|
||||
}
|
Reference in New Issue
Block a user