Browse Source

打包

master
huangjiajun 5 days ago
parent
commit
54ae107ec0
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/model/cloud_bundle.go

+ 1
- 0
src/model/cloud_bundle.go View File

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

Loading…
Cancel
Save