|
|
@@ -4,6 +4,7 @@ type GenerateWxAdData struct { |
|
|
|
Id int `json:"id" xorm:"not null pk autoincr INT(11)"` |
|
|
|
Uuid int `json:"uuid" xorm:"not null comment('站长id') index INT(10)"` |
|
|
|
AppId string `json:"app_id" xorm:"not null default '' comment('小程序id') VARCHAR(255)"` |
|
|
|
MediumId int `json:"medium_id" xorm:"not null default 0 comment('媒体id') INT(11)"` |
|
|
|
OriginalDataId int `json:"original_data_id" xorm:"not null default 0 comment('原始数据id') INT(11)"` |
|
|
|
SlotId string `json:"slot_id" xorm:"not null default '' comment('广告位id') index unique(SLOT_ID_UNIQUE) VARCHAR(255)"` |
|
|
|
AdSlot string `json:"ad_slot" xorm:"not null default '' comment('广告位类型') CHAR(50)"` |
|
|
|