线网车辆位置

This commit is contained in:
tiger_zhou 2023-06-12 16:47:38 +08:00
parent 77a9491b44
commit 7c2e33a4eb

View File

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