From a8f95ae60c8bb483a6db168e262919f7db055f99 Mon Sep 17 00:00:00 2001 From: joylink_zhaoerwei Date: Mon, 4 Dec 2023 11:26:48 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9B=86=E4=B8=AD=E5=8C=BA=E5=88=86=E5=89=B2?= =?UTF-8?q?=E7=BA=BF=E5=85=B3=E8=81=94=E6=95=B0=E6=8D=AE=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E7=AB=AF=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/stationLayoutGraphics.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/protos/stationLayoutGraphics.proto b/protos/stationLayoutGraphics.proto index d4355bd..785be9d 100644 --- a/protos/stationLayoutGraphics.proto +++ b/protos/stationLayoutGraphics.proto @@ -135,8 +135,8 @@ message ConcentrationDividingLine { } message NodeConWithSec { - string leftSectionId = 1; - string rightSectionId = 2; + RelatedRef leftSection = 1; + RelatedRef rightSection = 2; } message Platform {