From ed0e29aa5f786d43f36d89e8cd8a4a5ca4c7fade Mon Sep 17 00:00:00 2001
From: liuxiaolong <736321739@qq.com>
Date: 星期四, 25 七月 2019 20:44:44 +0800
Subject: [PATCH] extend CompareArgs

---
 protomsg.proto |   13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/protomsg.proto b/protomsg.proto
index 71d93be..3bf9aa1 100644
--- a/protomsg.proto
+++ b/protomsg.proto
@@ -225,8 +225,17 @@
 
 message CompareArgs {
     repeated string tableIds = 1;
-    bytes faceFeature = 2;
-    float compareThreshold = 3;
+    float compareThreshold = 2;
+    bytes faceFeature = 3;
+
+    repeated string tasks = 4;
+    repeated string treeNodes = 5;
+    repeated string tabs = 6;
+    repeated string alarmLevel = 7;
+    repeated string searchTime = 8;
+    string inputValue = 9;
+    string collection = 10;
+    bool source = 11;
 }
 
 message EventPush {

--
Gitblit v1.8.0