package model import "gorm.io/gorm" type Scanobject struct { gorm.Model }