合并代码

This commit is contained in:
fan 2023-12-15 09:31:18 +08:00
commit 4e3b572d41

View File

@ -109,7 +109,9 @@ message Platform {
// string upAndDown =5; //--upLink表示上行downLink表示下行
string refStation = 6; //
bool up = 7; //--true表示上行false表示下行
uint32 nrefStation = 8;
uint32 nrefStation = 8; // id
string refSectionId = 9; //id
uint32 nrefSectionId = 10; // id
}
message Station {