From 57931c8a7bdddcc5e81018cb2d4c52901f30ffa3 Mon Sep 17 00:00:00 2001 From: liuxiaolong <736321739@qq.com> Date: 星期三, 10 七月 2019 15:39:19 +0800 Subject: [PATCH] add gb28181 tree --- entites.go | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/entites.go b/entites.go index 37f165a..762b731 100644 --- a/entites.go +++ b/entites.go @@ -11,6 +11,7 @@ Id string `json:"id" ` Type string `json:"type"` Name string `json:"name"` + IsAI bool `json:"isAI"` Treenodes []TreeMenu `json:"children"` } -- Gitblit v1.8.0