liuxiaolong
2020-08-17 2c13b42d4039d6c332f99299829388836fb9e67f
aiocean.proto
@@ -14,7 +14,7 @@
    string taskId               =9;
    string taskName             =10;
    string sdkName              =11;
    string picMaxUrl            =12;
    repeated string picMaxUrl            =12;
    string videoUrl             =13;
    string picDate              =14;
    repeated TargetInfo targetInfo       =15;
@@ -42,7 +42,7 @@
    string taskId               =9;
    string taskName             =10;
    string sdkName              =11;
    string picMaxUrl            =12;
    repeated string picMaxUrl            =12;
    string videoUrl             =13;
    string picDate              =14;
    repeated TargetInfo targetInfo       =15;
@@ -63,10 +63,11 @@
message TargetInfo {
    string targetId             =1;
    float targetScore           =2;
    string feature              =3;
    string picSmUrl             =4;
    TargetLocation targetLocation =5;
    string targetType           =2;
    double targetScore           =3;
    string feature              =4;
    string picSmUrl             =5;
    TargetLocation targetLocation =6;
}
message TargetLocation {
@@ -75,8 +76,8 @@
}
message Location {
    float x                     =1;
    float y                     =2;
    double x                     =1;
    double y                     =2;
}
message AlarmRules {
@@ -91,14 +92,12 @@
message BaseInfo {
    string tableId              =1;
    string tableName            =2;
    float compareScore          =3;
    string personId             =4;
    string personName           =5;
    string personPicUrl         =6;
    string phoneNum             =7;
    string sex                  =8;
    string idCard               =9;
    string monitorLevel         =10;
    string content              =11;
    string bwType               =12;
    double compareScore          =3;
    string bwType               =4;
    string targetId             =5;
    string targetName           =6;
    string targetPicUrl         =7;
    string monitorLevel         =8;
    string labels               =9;
    string content              =10;
}