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