Merge branch 'master' of https://git.code.tencent.com/beijing-rtss-test/bj-rtss-message
This commit is contained in:
commit
f0090348af
@ -45,6 +45,7 @@ message RtssGraphicStorage {
|
||||
repeated Beacon beacons = 37; // 信标
|
||||
GenerateAxleCountingConfig generateAxleCountingConfig = 38;//一键生成计轴的配置
|
||||
repeated DepartureTimer departureTimers = 39; // 发车计时器
|
||||
repeated AutoReturnBox autoReturnBoxs = 40; // 自动折返按钮箱
|
||||
}
|
||||
|
||||
message Canvas {
|
||||
@ -514,6 +515,14 @@ message DepartureTimer {
|
||||
string code = 2;
|
||||
}
|
||||
|
||||
message AutoReturnBox {
|
||||
CommonInfo common = 1;
|
||||
string code = 2;
|
||||
bool flip = 3; // 是否翻转(前端显示)
|
||||
int32 index = 4; //索引
|
||||
string refStand = 5; // 关联站台
|
||||
}
|
||||
|
||||
message UniqueIdOfStationLayout {
|
||||
string city = 1;//城市
|
||||
string lineId = 2;//线路号
|
||||
|
Loading…
Reference in New Issue
Block a user