sqlite的api,便于内部使用
liuxiaolong
2019-07-23 6272e5553c5c91718cf40d535e844a94ebe6ead8
entites.go
@@ -11,11 +11,9 @@
   Id        string     `json:"id" `
   Type      string     `json:"type"`
   Name      string     `json:"name"`
   IsAI      bool       `json:"isAI"`
   Treenodes []TreeMenu `json:"children"`
}
type TreeNode struct {
   Id       int
   Name     string
   Parentid int
}
   CameraType int       `json:"cameraType"`//0:本地摄像机,1:国标摄像机
   IsRunning bool       `json:"isRunning"`//是否正在解码
   Rtsp      string     `json:"rtsp"`
}