vcode.go 195 Bytes EditWeb IDE 1 2 3 4 5 6 7 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"` }