This commit is contained in:
tiger_zhou 2024-09-10 15:37:40 +08:00
parent 693576459c
commit 91f3fdb23d

View File

@ -103,6 +103,13 @@ type TrainHeadPositionInfo struct {
OldLink string OldLink string
//列车上一次车头位置信息 //列车上一次车头位置信息
OldLinkOffset int64 OldLinkOffset int64
TailUp bool
TailLink string
//列车上一次车头位置信息
TailLinkOffset int64
OldTailLink string
//列车上一次车头位置信息
OldTailLinkOffset int64
IsLine12 bool IsLine12 bool
} }