From 468a696bf67400c69f0ece6c35663df51f950ba8 Mon Sep 17 00:00:00 2001
From: liuxiaolong <liuxiaolong@aiotlink.com>
Date: 星期一, 13 七月 2020 17:36:09 +0800
Subject: [PATCH] add voice

---
 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