From 633fbff292030582a98f6a6040969b59d4815028 Mon Sep 17 00:00:00 2001 From: joylink_zhaoerwei Date: Thu, 8 Jun 2023 17:10:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E8=BD=A6=E7=AB=99=E5=9C=86?= =?UTF-8?q?=E5=9C=88=E5=9D=90=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/stationLayoutGraphics.proto | 1 - 1 file changed, 1 deletion(-) diff --git a/protos/stationLayoutGraphics.proto b/protos/stationLayoutGraphics.proto index 3e05314..2ea09d1 100644 --- a/protos/stationLayoutGraphics.proto +++ b/protos/stationLayoutGraphics.proto @@ -91,7 +91,6 @@ message Station { CommonInfo common = 1; string code = 2; bool hasCircle = 3; // 是否有圆圈--线网图 - Point circlePoint = 4; // 位置坐标 } message Train {