From b95da65535d039db20a4362d33c3a39fe84436e2 Mon Sep 17 00:00:00 2001
From: sunty <1172534965@qq.com>
Date: 星期四, 19 十二月 2019 11:37:25 +0800
Subject: [PATCH] fix es.proto

---
 es.proto |   13 ++-----------
 1 files changed, 2 insertions(+), 11 deletions(-)

diff --git a/es.proto b/es.proto
index e897a3a..0475e91 100644
--- a/es.proto
+++ b/es.proto
@@ -1,5 +1,7 @@
 syntax = "proto3";
 
+import "aiocean.proto";
+
 package protomsg;
 
 message Esinfo{
@@ -18,17 +20,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;

--
Gitblit v1.8.0