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