From 7674970610969d6f03aea933699821349601a463 Mon Sep 17 00:00:00 2001 From: liuxiaolong <736321739@qq.com> Date: 星期一, 24 二月 2020 17:17:26 +0800 Subject: [PATCH] add FileStack --- fileanalysis.proto | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/fileanalysis.proto b/fileanalysis.proto index 3810000..49014ce 100644 --- a/fileanalysis.proto +++ b/fileanalysis.proto @@ -26,4 +26,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