From c8c2e1e270b7aa7efe54aef60dae254e416100a7 Mon Sep 17 00:00:00 2001 From: liuxiaolong <liuxiaolong@aiotlink.com> Date: 星期一, 28 九月 2020 11:12:31 +0800 Subject: [PATCH] TableChanged add T_EventPush --- fileanalysis.proto | 23 ++++++++++++++++++++--- 1 files changed, 20 insertions(+), 3 deletions(-) diff --git a/fileanalysis.proto b/fileanalysis.proto index 9a8279f..d39e87c 100644 --- a/fileanalysis.proto +++ b/fileanalysis.proto @@ -17,10 +17,27 @@ int32 status =12; string createTime =13; string updateTime =14; + string identifier =15; + string stack_id =16; + int64 size =17; } message FileAnalysisSetting { - bool videoEnable =1; - string fileDirectory =2; - int32 channelCount =3; + bool videoEnable =1; + string fileDirectory =2; + 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