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