【删除无效属性】
This commit is contained in:
parent
a850c9b8b6
commit
47b0566e7c
@ -61,16 +61,13 @@ message WsLineNetTrainOffsetMessage {
|
|||||||
// 车组号
|
// 车组号
|
||||||
string groupId = 3;
|
string groupId = 3;
|
||||||
|
|
||||||
// 目的地ID
|
|
||||||
int32 destinationId = 4;
|
|
||||||
|
|
||||||
//是否显示
|
//是否显示
|
||||||
bool show = 5;
|
bool show = 4;
|
||||||
|
|
||||||
// 列车公里标
|
// 列车公里标
|
||||||
int64 kilometerCode = 6;
|
int64 kilometerCode = 5;
|
||||||
|
|
||||||
// 运行方向
|
// 运行方向
|
||||||
int32 dir = 7;
|
int32 dir = 6;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user