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