Merge branch 'master' of https://git.code.tencent.com/xian-ncc-da/xian-ncc-da-message
This commit is contained in:
commit
0e4f2bd6fb
@ -16,7 +16,7 @@ message Section {
|
||||
graphicData.Section.SectionType type = 3;
|
||||
|
||||
// 公里标
|
||||
repeated string kilometerCode = 4;
|
||||
repeated int64 kilometerCode = 4;
|
||||
|
||||
// 关联区段
|
||||
repeated Section children = 5;
|
||||
|
@ -68,7 +68,7 @@ message WsLineNetTrainOffsetMessage {
|
||||
bool show = 5;
|
||||
|
||||
// 列车公里标
|
||||
string kilometerCode = 6;
|
||||
int64 kilometerCode = 6;
|
||||
|
||||
// 运行方向
|
||||
int32 dir = 7;
|
||||
|
Loading…
Reference in New Issue
Block a user