From 63e8c1c8db3d82372c3c855f0d234bd865c81066 Mon Sep 17 00:00:00 2001 From: liuxiaolong <liuxiaolong@aiotlink.com> Date: 星期四, 09 七月 2020 15:41:33 +0800 Subject: [PATCH] add argDef --- service/SdkInstall.go | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/service/SdkInstall.go b/service/SdkInstall.go index 62e7af2..9cc0102 100644 --- a/service/SdkInstall.go +++ b/service/SdkInstall.go @@ -387,6 +387,7 @@ IconBlob string `gorm:"column:iconBlob;type:text;" json:"iconBlob"` //鍥剧墖 Version string `gorm:"column:version;type:varchar(50);default:'1.0';" json:"version"` //鐗堟湰鍙� Args []SdkArg `json:"args"` + ArgDef string `gorm:"column:argDef" json:"argDef"` //绠楁硶鍙傛暟榛樿閰嶇疆 } type SdkInsOrUpgrade struct { -- Gitblit v1.8.0