liuxiaolong
2019-09-24 0174b1dc88c9feccf7db40d887d2ff2bd176cc5d
controllers/camera.go
@@ -19,6 +19,7 @@
type CameraVo struct {
   Id        string  `json:"id"`
   Name      string  `json:"name"`
   Alias     string  `json:"alias"` //摄像机的别名
   Type      int     `json:"type" `
   Addr      string  `json:"addr"`
   Areaid    string  `json:"areaid"`