From fe3f28d45337d1f9d0c8e2034579fef11088a1b7 Mon Sep 17 00:00:00 2001 From: liuxiaolong <liuxiaolong@aiotlink.com> Date: 星期五, 05 六月 2020 16:23:39 +0800 Subject: [PATCH] sdk add iconBlob and version --- 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