This commit is contained in:
fan 2023-11-17 10:40:11 +08:00
commit f0090348af

View File

@ -45,6 +45,7 @@ message RtssGraphicStorage {
repeated Beacon beacons = 37; // repeated Beacon beacons = 37; //
GenerateAxleCountingConfig generateAxleCountingConfig = 38;// GenerateAxleCountingConfig generateAxleCountingConfig = 38;//
repeated DepartureTimer departureTimers = 39; // repeated DepartureTimer departureTimers = 39; //
repeated AutoReturnBox autoReturnBoxs = 40; //
} }
message Canvas { message Canvas {
@ -514,6 +515,14 @@ message DepartureTimer {
string code = 2; string code = 2;
} }
message AutoReturnBox {
CommonInfo common = 1;
string code = 2;
bool flip = 3; //
int32 index = 4; //
string refStand = 5; //
}
message UniqueIdOfStationLayout { message UniqueIdOfStationLayout {
string city = 1;// string city = 1;//
string lineId = 2;//线 string lineId = 2;//线