package model import "time" type UserDevice struct { ID int MacAddr string Model string AddTime time.Time Ver *string }