【删除无效属性】

This commit is contained in:
weizhihong 2023-06-30 09:48:00 +08:00
parent a850c9b8b6
commit 47b0566e7c

View File

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