【增加道岔自身的公里标】
This commit is contained in:
parent
83bba70b83
commit
a850c9b8b6
@ -32,10 +32,14 @@ message Switch {
|
|||||||
|
|
||||||
string code = 2;
|
string code = 2;
|
||||||
|
|
||||||
// 公里标
|
graphicData.KilometerSystem switchKilometerSystem = 3;
|
||||||
repeated graphicData.KilometerSystem kilometerSystem = 3;
|
|
||||||
|
int64 switchConvertKilometer = 4;
|
||||||
|
|
||||||
|
// 关联道岔的公里标
|
||||||
|
repeated graphicData.KilometerSystem kilometerSystem = 5;
|
||||||
|
|
||||||
// 转换后的公里标数字
|
// 转换后的公里标数字
|
||||||
repeated int64 convertKilometer = 4;
|
repeated int64 convertKilometer = 6;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user