zhangmeng
2023-02-08 6b18afff0c157bdfa98a78b00652721b0f577025
es.proto
@@ -1,5 +1,7 @@
syntax = "proto3";
import "aiocean.proto";
package protomsg;
message Esinfo{
@@ -9,6 +11,8 @@
    float  compareScore =4;
    int32  enable       =5;
    string analyServerId =6;
    string carNo        =7;//车牌号
}
message MultiFeaCache {
@@ -18,17 +22,6 @@
    repeated LinkEsInfo linkEsInfo = 4;
    TargetLocation targetLocation =5;
}
message TargetLocation {
    Location topLeft            =1;
    Location bottomRight        =2;
}
message Location {
    double x                     =1;
    double y                     =2;
}
message LinkEsInfo {
    string cameraId     =1;
@@ -55,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 {