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

View File

@ -103,7 +103,14 @@ type TrainHeadPositionInfo struct {
OldLink string OldLink string
//列车上一次车头位置信息 //列车上一次车头位置信息
OldLinkOffset int64 OldLinkOffset int64
IsLine12 bool TailUp bool
TailLink string
//列车上一次车头位置信息
TailLinkOffset int64
OldTailLink string
//列车上一次车头位置信息
OldTailLinkOffset int64
IsLine12 bool
} }
func (t *TrainHeadPositionInfo) String() string { func (t *TrainHeadPositionInfo) String() string {