package model
type StaffToken struct {
Id int64
UserId int64
Token string
CreateTime int64
ExpireTime int64
}