From d841c07672143f9059ed4df9356bd9df3b425189 Mon Sep 17 00:00:00 2001 From: liuxiaolong <736321739@qq.com> Date: 星期一, 19 八月 2019 19:04:47 +0800 Subject: [PATCH] rm DbPersonCompCache --- es.proto | 8 +------- 1 files changed, 1 insertions(+), 7 deletions(-) diff --git a/es.proto b/es.proto index c7642a0..0e8e580 100644 --- a/es.proto +++ b/es.proto @@ -7,13 +7,7 @@ string tableid =2; string faceFeature =3; float compareScore =4; -} - -message DbPersonCompCache { - string id =1; - string tableId =2; - string faceFeature =3; - int32 enable =4; + int32 enable =5; } message Dbperson{ -- Gitblit v1.8.0