From 8c60631f7b9567be6c82a1d5b038d2eeb4d7f1de Mon Sep 17 00:00:00 2001 From: huangjiajun <582604932@qq.com> Date: Sat, 31 Aug 2024 11:08:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/super/model/generate_wx_ad_data.go | 1 + 1 file changed, 1 insertion(+) diff --git a/src/super/model/generate_wx_ad_data.go b/src/super/model/generate_wx_ad_data.go index 5173d67..2e3bb49 100644 --- a/src/super/model/generate_wx_ad_data.go +++ b/src/super/model/generate_wx_ad_data.go @@ -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)"`