liuxiaolong
2019-12-04 abd6d2381b39009f8bd9faf47ddf4535a1596fdc
protomsg.proto
@@ -210,6 +210,8 @@
    T_TimeRule = 8;//时间规则变化
    T_Server = 9;//服务器信息变化
    T_PollConfig = 10;//轮询配置变化
    T_File = 11;//本地文件变化
    T_FileSetting = 12;//本地文件分析设置
}
enum DbAction {
@@ -242,8 +244,9 @@
    string cameraId = 2;
    string taskId = 3;
    int64 imgId = 4;
    repeated string sdkIds = 5;
    int32 type = 6;
    string videoUrl = 5;
    repeated string sdkIds = 6;
    int32 type = 7;
}
message CompareArgs {
@@ -253,7 +256,7 @@
    repeated string tasks = 4;
    repeated string treeNodes = 5;
    repeated string tabs = 6;
    repeated int32 alarmLevel = 7;
    string alarmLevel = 7;
    repeated string searchTime = 8;
    string inputValue = 9;
    string collection = 10;