去车站控制

This commit is contained in:
joylink_zhaoerwei 2023-07-18 18:09:06 +08:00
parent 8b7747c3ee
commit f6f45fff30

View File

@ -110,9 +110,9 @@ message Platform {
message Station {
CommonInfo common = 1;
string code = 2;
bool hasControl = 3; //
//bool hasControl = 3; //
bool concentrationStations = 4; //
// string kilometerCode = 5; //
// string kilometerCode = 5; //
KilometerSystem kilometerSystem = 6; //
int32 index = 7;
}