修改proto文件[应答器固定用户报文]字段名

This commit is contained in:
joylink_zhangsai 2024-01-22 11:27:07 +08:00
parent 126ba5a761
commit 3a30efc9fe

View File

@ -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 {