From 54ae107ec0930df351302d2f08a5df87a1b6c10e Mon Sep 17 00:00:00 2001 From: huangjiajun <582604932@qq.com> Date: Thu, 28 Nov 2024 16:49:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/model/cloud_bundle.go | 1 + 1 file changed, 1 insertion(+) 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)"` }