From a6e91d8e95144b5c3a2fe0f85175e169243a8ace Mon Sep 17 00:00:00 2001 From: Jason Date: Wed, 2 Sep 2020 17:40:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E6=94=B9=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- types/link.go | 1 + 1 file changed, 1 insertion(+) diff --git a/types/link.go b/types/link.go index 043952d..6190721 100644 --- a/types/link.go +++ b/types/link.go @@ -10,6 +10,7 @@ type Link struct { Serial string `json:"serial" storm:"index"` Addr string `json:"addr"` Channel int `json:"channel"` + Plugin int `json:"plugin"` //插件ID Online time.Time `json:"online"` Created time.Time `json:"created"` } -- GitLab