sqlite的api,便于内部使用
liuxiaolong
2019-05-16 dcd9ad9903a13a589973341d53272f1d1ed3c514
entites.go
@@ -32,6 +32,19 @@
   Reserved   string
}
type TreeMenu struct {
   Id        string     `json:"id" `
   Type      string     `json:"type"`
   Name      string     `json:"name"`
   Treenodes []TreeMenu `json:"children"`
}
type TreeNode struct {
   Id       int
   Name     string
   Parentid int
}
//摄像机结构
type Camera struct {
   Id        string