添加线路信息数据

This commit is contained in:
fan 2024-09-13 10:09:04 +08:00
parent f89fd688cc
commit d4a3340f7c
1 changed files with 7 additions and 0 deletions

View File

@ -3,6 +3,7 @@ package iscsGraphicData;
message IscsGraphicStorage { message IscsGraphicStorage {
Canvas canvas = 1; Canvas canvas = 1;
UniqueIdOfStationLayout UniqueIdPrefix = 2;//
} }
message Canvas { message Canvas {
@ -59,3 +60,9 @@ message CommonInfo {
repeated ChildTransform childTransforms = 4; repeated ChildTransform childTransforms = 4;
uint32 id = 5; uint32 id = 5;
} }
message UniqueIdOfStationLayout {
string city = 1;//
string lineId = 2;//线
string mainCoordinateSystem = 3;//
}