From bd331e44a4fa35f4757bf121d797c42424d89f61 Mon Sep 17 00:00:00 2001
From: liuxiaolong <736321739@qq.com>
Date: 星期一, 08 七月 2019 20:50:27 +0800
Subject: [PATCH] add

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