From 4e6e04d8a8e3628a89ae889c43758f92223c456c Mon Sep 17 00:00:00 2001
From: liuxiaolong <liuxiaolong@aiotlink.com>
Date: 星期二, 30 六月 2020 20:39:36 +0800
Subject: [PATCH] free camera alltask

---
 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