liuxiaolong
2019-08-01 88d3be4ac09f23aa17195663c0353de473d71047
protomsg.proto
@@ -306,9 +306,15 @@
    bool enable = 2;
}
enum EsCacheChanged {
    T_DbTable = 0;//底库有效状态变化
    T_DbTablePerson = 1;//底库人员有效状态变化
}
message EsPersonCacheChange {
    string table_id = 1;//底库id
    string person_id = 2;//人员id
    bytes feature = 3;//特征值
    DbAction action = 4;
    EsCacheChanged type = 1;
    string table_id = 2;//底库id
    string person_id = 3;//人员id
    bytes feature = 4;//特征值
    DbAction action = 5;
}