uniqueId字段修改
This commit is contained in:
parent
62dfd5b37d
commit
db19234f9e
@ -35,7 +35,8 @@ message RtssGraphicStorage {
|
||||
repeated Curvature curvatures = 27; // 曲度
|
||||
repeated TrackSection trackSections = 28; //轨道区段
|
||||
repeated TrackLogicSection trackLogicSections = 29; //轨道逻辑区段
|
||||
UniqueIdType UniqueIdPrefix = 30;//设备唯一编码--前缀
|
||||
//UniqueIdType UniqueIdPrefix = 30;//设备唯一编码--前缀
|
||||
UniqueIdOfStationLayout UniqueIdPrefix = 31;//设备唯一编码--前缀
|
||||
}
|
||||
|
||||
message Canvas {
|
||||
@ -424,7 +425,7 @@ message CalculateLink {
|
||||
}
|
||||
}
|
||||
|
||||
message UniqueIdType {
|
||||
message UniqueIdOfStationLayout {
|
||||
string city = 1;//城市
|
||||
string lineId = 2;//线路号
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user