12 lines
279 B
Go
12 lines
279 B
Go
|
package section
|
|||
|
|
|||
|
import (
|
|||
|
"joylink.club/bj-rtsts-server/ats/verify/simulation/wayside/face"
|
|||
|
)
|
|||
|
|
|||
|
// 相邻计轴检测点(车档为特殊的计轴检测点)定义的计轴区段,由LinkSection组成
|
|||
|
type AxleSectionModel struct {
|
|||
|
//计轴区段基本信息
|
|||
|
face.DeviceModel
|
|||
|
}
|