From a3f0412bb804eab01554c9f8192d29de2c26acbc Mon Sep 17 00:00:00 2001 From: liuxiaolong <liuxiaolong@aiotlink.com> Date: 星期一, 09 十一月 2020 11:32:17 +0800 Subject: [PATCH] 数据栈添加分辨率参数 --- fileanalysis.proto | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/fileanalysis.proto b/fileanalysis.proto index d39e87c..fb6c050 100644 --- a/fileanalysis.proto +++ b/fileanalysis.proto @@ -40,4 +40,6 @@ string createTime = 7; string updateTime = 8; int32 sort = 9; + int32 resolution_width = 21; //鍒嗚鲸鐜囧 + int32 resolution_height = 22; //鍒嗚鲸鐜囬珮 } \ No newline at end of file -- Gitblit v1.8.0