抽取数据添加补偿机制
This commit is contained in:
@@ -257,6 +257,9 @@ type CidAccountReportSum struct {
|
||||
// 时间字段
|
||||
ReportDateStr string `orm:"report_date_str" json:"reportDateStr" description:"时间"`
|
||||
|
||||
// 分页字段
|
||||
PageNumber int `orm:"page_number" json:"pageNumber" description:"页码"`
|
||||
|
||||
// 广告结构字段
|
||||
CampaignId *int64 `orm:"campaign_id" json:"campaignId" description:"计划ID"`
|
||||
CampaignName string `orm:"campaign_name" json:"campaignName" description:"计划名称"`
|
||||
@@ -451,6 +454,7 @@ type CidAccountReportSumCol struct {
|
||||
ItemEntranceClkCnt string
|
||||
ShowCnt string
|
||||
ReportDateStr string
|
||||
PageNumber string
|
||||
CampaignId string
|
||||
CampaignName string
|
||||
UnitId string
|
||||
@@ -651,6 +655,7 @@ func (e *CidAccountReportSum) GetCols() *CidAccountReportSumCol {
|
||||
ItemEntranceClkCnt: "item_entrance_clk_cnt",
|
||||
ShowCnt: "show_cnt",
|
||||
ReportDateStr: "report_date_str",
|
||||
PageNumber: "page_number",
|
||||
CampaignId: "campaign_id",
|
||||
CampaignName: "campaign_name",
|
||||
UnitId: "unit_id",
|
||||
|
||||
Reference in New Issue
Block a user