From 3a30efc9fe949cd5ab9898073f00a093716f279e Mon Sep 17 00:00:00 2001 From: joylink_zhangsai <1021828630@qq.com> Date: Mon, 22 Jan 2024 11:27:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9proto=E6=96=87=E4=BB=B6[?= =?UTF-8?q?=E5=BA=94=E7=AD=94=E5=99=A8=E5=9B=BA=E5=AE=9A=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E6=8A=A5=E6=96=87]=E5=AD=97=E6=AE=B5=E5=90=8D?= 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 506bab6..277d125 100644 --- a/protos/stationLayoutGraphics.proto +++ b/protos/stationLayoutGraphics.proto @@ -417,7 +417,7 @@ message Transponder { // 应答器 TransponderTypeEnum type = 9;//应答器类型 repeated uint32 centralizedStations = 10; // 集中站Id列表 string fixedTelegram = 11; //应答器固定报文 - string userTelegram = 12; //应答器用户报文 + string fixedUserTelegram = 12; //应答器固定用户报文 } message SimpleRef {