Browse Source

更新

master
huangjiajun 2 weeks ago
parent
commit
8c60631f7b
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/super/model/generate_wx_ad_data.go

+ 1
- 0
src/super/model/generate_wx_ad_data.go View File

@@ -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)"`


Loading…
Cancel
Save