package model type SummaryUserSeeAds struct { Id int `json:"id" gorm:"primary_key;"` Date string `json:"date" gorm:"column:date;"` Count int `json:"count" gorm:"column:count"` Pf string `json:"pf" gorm:"column:pf"` Gid string `json:"gid" gorm:"column:gid"` SumType1 string `json:"sumType1" gorm:"column:sumType1"` SumType2 string `json:"sumType2" gorm:"column:sumType2"` SumType0 string `json:"sumType0" gorm:"column:sumType0"` CreatedAt XTime `json:"createdAt" gorm:"column:createdAt;type:date;"` }