From ecdaf2f00a5de6ab07fb0e3049aca76cf8ba5749 Mon Sep 17 00:00:00 2001
From: liuxiaolong <736321739@qq.com>
Date: 星期二, 03 十二月 2019 17:00:06 +0800
Subject: [PATCH] FileAnalysis add duration

---
 fileanalysis.proto |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/fileanalysis.proto b/fileanalysis.proto
index da2c45c..9a8279f 100644
--- a/fileanalysis.proto
+++ b/fileanalysis.proto
@@ -10,12 +10,13 @@
     int32  sort         =5;
     string alias        =6;
     string snapshot_url =7;
-    bool   is_running   =8;
-    int32 progress      =9;
-    int32 ruleType      =10;
-    int32 status        =11;
-    string createTime   =12;
-    string updateTime   =13;
+    string duration     =8;
+    bool   is_running   =9;
+    int32 progress      =10;
+    int32 ruleType      =11;
+    int32 status        =12;
+    string createTime   =13;
+    string updateTime   =14;
 }
 
 message FileAnalysisSetting {

--
Gitblit v1.8.0