package model import "time" type UserActive struct { ID int MacAddr string Model string ActiveDate string IpAddr string CreateAt time.Time }