liuxiaolong
2019-09-23 52bd382203ebdcce84c93f01a2806e16b5416dc5
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"`