线网车辆位置
This commit is contained in:
parent
77a9491b44
commit
7c2e33a4eb
@ -7,14 +7,18 @@ message LineNetTrainOffset{
|
|||||||
//线路id
|
//线路id
|
||||||
int32 lineId = 1;
|
int32 lineId = 1;
|
||||||
//车组号
|
//车组号
|
||||||
string Group_id = 2;
|
string groupId = 2;
|
||||||
//方向
|
//方向
|
||||||
int32 dir = 3;
|
int32 dir = 3;
|
||||||
//是否删除
|
//是否显示
|
||||||
bool show = 4;
|
bool show = 4;
|
||||||
//车次窗编号
|
//车次窗编号
|
||||||
int32 windowNo = 5;
|
int32 windowNo = 5;
|
||||||
//车次窗位置
|
//车次窗位置
|
||||||
int32 windowOffset = 6;
|
int32 windowOffset = 6;
|
||||||
|
//目的地
|
||||||
|
string destinationId = 7;
|
||||||
|
//后部车站
|
||||||
|
string backId = 8;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user