From 2359af74350ea136ca5b6f9379c234b14b5de28e Mon Sep 17 00:00:00 2001 From: xzb <223@qq.com> Date: Thu, 23 Nov 2023 10:49:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0=E6=BA=90=E5=BA=94=E7=AD=94=E5=99=A8?= =?UTF-8?q?=E5=9B=BA=E5=AE=9A=E6=8A=A5=E6=96=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/stationLayoutGraphics.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protos/stationLayoutGraphics.proto b/protos/stationLayoutGraphics.proto index 256ba2f..c46721c 100644 --- a/protos/stationLayoutGraphics.proto +++ b/protos/stationLayoutGraphics.proto @@ -342,7 +342,7 @@ message Transponder { // 应答器 KilometerSystem kilometerSystem = 5; //公里标 RelatedRef TransponderRef = 6; //关联关系 repeated string centralizedStations = 7; // 集中站列表 - string fixedTelegram = 8;//无源应答器固定报文 + bytes fixedTelegram = 8;//无源应答器固定报文 } message SimpleRef {