【修改公里标类型】
This commit is contained in:
parent
9d4c94399f
commit
562de9540c
@ -16,7 +16,7 @@ message Section {
|
|||||||
graphicData.Section.SectionType type = 3;
|
graphicData.Section.SectionType type = 3;
|
||||||
|
|
||||||
// 公里标
|
// 公里标
|
||||||
repeated string kilometerCode = 4;
|
repeated int64 kilometerCode = 4;
|
||||||
|
|
||||||
// 关联区段
|
// 关联区段
|
||||||
repeated Section children = 5;
|
repeated Section children = 5;
|
||||||
|
@ -68,7 +68,7 @@ message WsLineNetTrainOffsetMessage {
|
|||||||
bool show = 5;
|
bool show = 5;
|
||||||
|
|
||||||
// 列车公里标
|
// 列车公里标
|
||||||
string kilometerCode = 6;
|
int64 kilometerCode = 6;
|
||||||
|
|
||||||
// 运行方向
|
// 运行方向
|
||||||
int32 dir = 7;
|
int32 dir = 7;
|
||||||
|
Loading…
Reference in New Issue
Block a user