package model //计轴检测点模型 type AxlePointModel struct { DeviceIdentity //计轴检测点所在轨道 LinkOffset *LinkOffsetRef }