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; }