From 262d15a6daa0dad68de1685396d860e76f984bb7 Mon Sep 17 00:00:00 2001 From: liuxiaolong <736321739@qq.com> Date: 星期一, 17 六月 2019 19:25:08 +0800 Subject: [PATCH] fix CameraTask --- protomsg.proto | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/protomsg.proto b/protomsg.proto index 3318236..706ac00 100644 --- a/protomsg.proto +++ b/protomsg.proto @@ -158,7 +158,7 @@ //鎽勫儚鏈轰换鍔� message CameraTask { string id = 1; - string camera_ids = 2;//鎽勫儚鏈篿d + string camera_id = 2;//鎽勫儚鏈篿d string task_id = 3;//浠诲姟id repeated DayCtl time_rule = 4;//甯冮槻鏃堕棿 string react_rule = 5;//鑱斿姩鏂瑰紡 @@ -168,7 +168,7 @@ bool enable = 9; //鏄惁鍚敤 int32 sort = 10; //浠诲姟鎺掑簭 bool is_full = 11;//鍙傛暟鏄惁璁剧疆瀹屾暣 - string link_group_id = 12; + string link_task_id = 12; } //鎽勫儚鏈哄竷闃茬殑鏃堕棿瑙勫垯锛屽彲浠ヨ缃涓�,鐢╥d鍏宠仈鍒板叿浣撶殑瑙勫垯閰嶇疆涓� -- Gitblit v1.8.0