From dcc2dd868bed530f0e6e99ec7a0bd6576befb590 Mon Sep 17 00:00:00 2001 From: liuxiaolong <736321739@qq.com> Date: 星期五, 06 三月 2020 14:36:25 +0800 Subject: [PATCH] change EsPersonCacheChange and Dbperson --- es.proto | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/es.proto b/es.proto index 3e09bc6..a40f957 100644 --- a/es.proto +++ b/es.proto @@ -48,6 +48,12 @@ string monitorLevel =15; int32 enable =16; string reserved =17; + + string carNo =18; + string carPicUrls =19; + int32 carType =20; + int32 carBrand =21; + int32 carColor =22; } message Dbtable { -- Gitblit v1.8.0