From 84ad1173648284d06d521d92204675c6022b937c Mon Sep 17 00:00:00 2001 From: liuxiaolong <736321739@qq.com> Date: 星期六, 29 六月 2019 10:30:35 +0800 Subject: [PATCH] add set_type --- es.proto | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/es.proto b/es.proto index 71d0db8..372fc0f 100644 --- a/es.proto +++ b/es.proto @@ -17,5 +17,9 @@ string content = 12; } +message Binfos{ + repeated Baseinfo infos = 1; +} + -- Gitblit v1.8.0