From 950d89112665bead13fa79ae7e37b8addc188ca8 Mon Sep 17 00:00:00 2001
From: liuxiaolong <liuxiaolong@aiotlink.com>
Date: 星期二, 13 十月 2020 10:47:43 +0800
Subject: [PATCH] isTriggerByPreSdk set 0:非触发,1:必要触发,2:非必要触发
---
fileanalysis.proto | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/fileanalysis.proto b/fileanalysis.proto
index 3810000..d39e87c 100644
--- a/fileanalysis.proto
+++ b/fileanalysis.proto
@@ -18,6 +18,8 @@
string createTime =13;
string updateTime =14;
string identifier =15;
+ string stack_id =16;
+ int64 size =17;
}
message FileAnalysisSetting {
@@ -26,4 +28,16 @@
int32 videoChannelCount =3;
int32 imgChannelCount =4;
int32 audioChannelCount =5;
+}
+
+message FileStack {
+ string id = 1;
+ string name = 2;
+ int32 type = 3;
+ bool enable = 4;
+ bool isAutoDelFile = 5;
+ int32 status = 6;
+ string createTime = 7;
+ string updateTime = 8;
+ int32 sort = 9;
}
\ No newline at end of file
--
Gitblit v1.8.0