diff --git a/src/model/cloud_bundle.go b/src/model/cloud_bundle.go index 5e51b25..ea5a285 100644 --- a/src/model/cloud_bundle.go +++ b/src/model/cloud_bundle.go @@ -23,4 +23,5 @@ type CloudBundle struct { IsAuditing int `json:"is_auditing" xorm:"default 0 INT(1)"` AlipayAppletAppId string `json:"alipay_applet_app_id" xorm:"not null default '' comment('支付宝小程序appid') CHAR(50)"` Platform string `json:"platform" xorm:"VARCHAR(255)"` + NewPlatform string `json:"new_platform" xorm:"VARCHAR(5000)"` }