【修改设备公里标列表】
This commit is contained in:
parent
7ef7cc8d64
commit
39c150153d
@ -15,14 +15,11 @@ message Section {
|
||||
// 区段类型
|
||||
graphicData.Section.SectionType type = 3;
|
||||
|
||||
// a端公里标
|
||||
string paKilometerCode = 4;
|
||||
|
||||
// b端公里标
|
||||
string pbKilometerCode = 5;
|
||||
// 公里标
|
||||
repeated string kilometerCode = 4;
|
||||
|
||||
// 关联区段
|
||||
repeated Section children = 6;
|
||||
repeated Section children = 5;
|
||||
}
|
||||
|
||||
// 道岔
|
||||
|
Loading…
Reference in New Issue
Block a user