protomsg.pb.go | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
protomsg.proto | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
protomsg.pb.go
Diff too large protomsg.proto
@@ -158,7 +158,7 @@ //摄像机任务 message CameraTask { string id = 1; string camera_ids = 2;//摄像机id string camera_id = 2;//摄像机id 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; } //摄像机布防的时间规则,可以设置多个,用id关联到具体的规则配置中