service/dbstruct/vericode_send_times.go

7 lines
199 B
Go

package dbstruct
type VeriCodeSendTimes struct {
Id string `json:"id" bson:"_id"` //id,用户的b_did
SendTimes int64 `json:"send_times" bson:"send_times"` //发送次数
}