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"` }