• haoyanbin's avatar
    1 · 3f19d047
    haoyanbin authored
    3f19d047
vcode.go 195 Bytes
package model

type Vcode struct {
	UserId int    `gorm:"type:int(255)" json:"user_id"`
	MocId  int    `gorm:"type:int(255)" json:"moc_id"`
	Code   string `gorm:"type:string(255)" json:"code"`
}