From c297639fa9265ff1b21e05b3e4a852eea625ced2 Mon Sep 17 00:00:00 2001 From: 554325746@qq.com <554325746@qq.com> Date: 星期一, 08 七月 2019 11:42:07 +0800 Subject: [PATCH] rm compare scord --- es.proto | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/es.proto b/es.proto index 0022842..ef13b81 100644 --- a/es.proto +++ b/es.proto @@ -7,13 +7,12 @@ string personId = 2; string tableId = 3; string tableName =4; - float compareScore= 5; string personName =6; string personPicUrl =7; string phoneNum =8; string sex =9; string idcard = 10; - string monitorLevel = 11; + string monitorLevel = 11; string content = 12; } -- Gitblit v1.8.0