syntax = "proto3"; package protomsg; message Baseinfo{ string faceFeature = 1; string personId = 2; string tableId = 3; string tableName =4; float compareScore= 5; string personName =6; string personPicUrl =7; string phoneNum =8; string sex =9; string idCard = 10; string monitorLevel = 11; string content = 12; string picDesc = 13; } message Binfos{ repeated Baseinfo infos = 1; } message Esinfo{ string id =1; string tableid =2; string faceFeature =3; float compareScore =4; }