sqlite的api,便于内部使用
554325746@qq.com
2020-02-11 a4b7cba6d9ffaaaebe70edc38b92aa6e82ac99c6
entites.go
@@ -13,10 +13,7 @@
   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"`
}