From 924b1d6ec9f5600bc3cb0e6bac4e427c9423c6c7 Mon Sep 17 00:00:00 2001
From: liuxiaolong <liuxiaolong@aiotlink.com>
Date: 星期四, 17 九月 2020 14:20:27 +0800
Subject: [PATCH] add findOnMap and updatePos
---
entites.go | 11 ++++-------
1 files changed, 4 insertions(+), 7 deletions(-)
diff --git a/entites.go b/entites.go
index 762b731..9d5c3ca 100644
--- a/entites.go
+++ b/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"`//鏄惁姝e湪瑙g爜
+ Rtsp string `json:"rtsp"`
+}
\ No newline at end of file
--
Gitblit v1.8.0