JM-WechatMini/model/system/sys_jwt_blacklist.go

11 lines
136 B
Go
Raw Permalink Normal View History

2023-11-02 04:34:46 +08:00
package system
import (
"miniapp/global"
)
type JwtBlacklist struct {
global.GVA_MODEL
Jwt string `gorm:"type:text;comment:jwt"`
}