liuxiaolong
2019-06-17 262d15a6daa0dad68de1685396d860e76f984bb7
fix CameraTask
2个文件已修改
10687 ■■■■■ 已修改文件
protomsg.pb.go 10683 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
protomsg.proto 4 ●●●● 补丁 | 查看 | 原始文档 | 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关联到具体的规则配置中