【增加车组号】

This commit is contained in:
weizhihong 2023-06-26 16:48:02 +08:00
parent b5d0bb7fed
commit fcd6072d5b

View File

@ -53,16 +53,19 @@ message WsLineNetTrainOffsetMessage {
// 线
string trainIndex = 2;
//
string groupId = 3;
// ID
int32 destinationId = 3;
int32 destinationId = 4;
//
bool show = 4;
bool show = 5;
//
string kilometerCode = 5;
string kilometerCode = 6;
//
int32 dir = 6;
int32 dir = 7;
}