service/dbstruct/vericode_send_times.go

7 lines
199 B
Go
Raw Permalink Normal View History

2023-12-30 19:28:50 +08:00
package dbstruct
type VeriCodeSendTimes struct {
Id string `json:"id" bson:"_id"` //id,用户的b_did
SendTimes int64 `json:"send_times" bson:"send_times"` //发送次数
}