package model type ViewRecord struct { Id string `json:"id"` ViewTime int64 `json:"viewTime"` IpAddr string `json:"ipAddr"` RelId string `json:"relId"` Title string `json:"title" gorm:"-"` }