From b4dafcec06504f1186450ff5c854ba3930284fb1 Mon Sep 17 00:00:00 2001 From: liuxiaolong <736321739@qq.com> Date: 星期三, 18 九月 2019 14:44:27 +0800 Subject: [PATCH] cameraVo add alias arg --- controllers/camera.go | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/controllers/camera.go b/controllers/camera.go index b800bb7..352f648 100644 --- a/controllers/camera.go +++ b/controllers/camera.go @@ -4,7 +4,7 @@ "encoding/json" "fmt" "strconv" - "webserver/extend/logger" + "basic.com/valib/logger.git" "github.com/gin-gonic/gin" @@ -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"` -- Gitblit v1.8.0