liuxiaolong
2019-11-19 dff6e09c415988cc0b5c558013822548ffab254e
aiocean.proto
@@ -63,7 +63,7 @@
message TargetInfo {
    string targetId             =1;
    float targetScore           =2;
    double targetScore           =2;
    string feature              =3;
    string picSmUrl             =4;
    TargetLocation targetLocation =5;
@@ -75,8 +75,8 @@
}
message Location {
    float x                     =1;
    float y                     =2;
    double x                     =1;
    double y                     =2;
}
message AlarmRules {
@@ -91,7 +91,7 @@
message BaseInfo {
    string tableId              =1;
    string tableName            =2;
    float compareScore          =3;
    double compareScore          =3;
    string bwType               =4;
    string targetId             =5;
    string targetName           =6;