From b917b48b905c50599b4a3ff3bbd80ca461bbb9e2 Mon Sep 17 00:00:00 2001 From: liuxiaolong <736321739@qq.com> Date: 星期六, 29 二月 2020 17:40:46 +0800 Subject: [PATCH] fa add stack_id and size --- fileanalysis.proto | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/fileanalysis.proto b/fileanalysis.proto index 49014ce..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 { -- Gitblit v1.8.0