From 468a696bf67400c69f0ece6c35663df51f950ba8 Mon Sep 17 00:00:00 2001 From: liuxiaolong <liuxiaolong@aiotlink.com> Date: 星期一, 13 七月 2020 17:36:09 +0800 Subject: [PATCH] add voice --- vo/cameraRule.go | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/vo/cameraRule.go b/vo/cameraRule.go index b2ce8ee..a1cd61d 100644 --- a/vo/cameraRule.go +++ b/vo/cameraRule.go @@ -28,6 +28,7 @@ type GroupRuleVo struct { CameraIds []string `json:"cameraIds"` //宸︿晶閫変腑鐨勬憚鍍忔満,鍙互鏄涓� + CameraNames string `json:"camera_names"` Id string `json:"id" example:"缁勮鍒欑殑id"` GroupText string `json:"group_text" binding:"required"` -- Gitblit v1.8.0