|
@@ -15,6 +15,9 @@ type BannerViewHistory struct {
|
|
|
FirstSource int `gorm:"column:first_source" json:"firstSource"` // 一级来源 1小程序移动 2小程序pc 3研报官网
|
|
|
SecondSource int `gorm:"column:second_source" json:"secondSource"` // 二级来源 1首页 2研报详情页
|
|
|
BannerUrl string `gorm:"column:banner_url" json:"bannerUrl"`
|
|
|
+ StartDate string `gorm:"column:start_date" json:"startDate"`
|
|
|
+ EndDate string `gorm:"column:end_date" json:"endDate"`
|
|
|
+ Remark string `gorm:"column:remark" json:"remark"`
|
|
|
}
|
|
|
|
|
|
// TableName get sql table name.获取数据库表名
|