liuxiaolong
2019-07-25 70684c4158c04083b49e905cf32021a45ccdadf7
protomsg.proto
@@ -264,3 +264,10 @@
    string url = 1;
    bool enable = 2;
}
message EsPersonCacheChange {
    string table_id = 1;//底库id
    string person_id = 2;//人员id
    bytes feature = 3;//特征值
    DbAction action = 4;
}