Merge branch 'master' of https://git.code.tencent.com/beijing-rtss-test/bj-rtss-message into HEAD
This commit is contained in:
commit
8e5d8faf7b
@ -259,7 +259,7 @@ message LightState {
|
|||||||
// 屏蔽门状态
|
// 屏蔽门状态
|
||||||
message PsdState {
|
message PsdState {
|
||||||
string id = 1; //屏蔽门的id
|
string id = 1; //屏蔽门的id
|
||||||
repeated string openDoorCodes = 2; //开启的小门的编号
|
repeated int32 openDoorCodes = 2; //开启的小门的编号
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -473,6 +473,7 @@ message CalculateLink {
|
|||||||
message UniqueIdOfStationLayout {
|
message UniqueIdOfStationLayout {
|
||||||
string city = 1;//城市
|
string city = 1;//城市
|
||||||
string lineId = 2;//线路号
|
string lineId = 2;//线路号
|
||||||
|
string mainCoordinateSystem = 3;//地图的公里标主坐标系
|
||||||
}
|
}
|
||||||
|
|
||||||
//公里标转换
|
//公里标转换
|
||||||
|
Loading…
Reference in New Issue
Block a user