package model // 物理区段(实际检测区段) type PhysicalSection interface { Model Code() string // 所在Link范围 LinkRanges() []*LinkRange }