sqlite的api,便于内部使用
liuxiaolong
2019-07-09 262a070ebbd61e90e2a823b4cfea1179861baa71
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"`
}