cheliequan
2023-02-10 54747b4c57f1c44b5c973ad585768c83049429de
aiocean.proto
@@ -63,10 +63,11 @@
message TargetInfo {
    string targetId             =1;
    double 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 {