uniqueId字段修改

This commit is contained in:
joylink_zhaoerwei 2023-09-21 11:03:35 +08:00
parent 62dfd5b37d
commit db19234f9e

View File

@ -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;//线
}