platform 数据调整

This commit is contained in:
fan 2023-12-15 09:58:03 +08:00
parent 4e3b572d41
commit da9e750edd

View File

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