service/dbstruct/veri_code_wrong_times.go

7 lines
202 B
Go
Raw Normal View History

2024-11-26 15:02:20 +08:00
package dbstruct
type VeriCodeWrongTimes struct {
Id int64 `json:"id" bson:"_id"` //id,用户的mid
WrongTimes int64 `json:"wrong_times" bson:"wrong_times"` //错误次数
}