【修改公里标类型】

This commit is contained in:
weizhihong 2023-06-29 14:20:37 +08:00
parent 9d4c94399f
commit 562de9540c
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -68,7 +68,7 @@ message WsLineNetTrainOffsetMessage {
bool show = 5; bool show = 5;
// //
string kilometerCode = 6; int64 kilometerCode = 6;
// //
int32 dir = 7; int32 dir = 7;