package state //轨道状态 //模拟测试区段状态 type LinkState struct { //轨道id Id string //是否有车占用 Occupied bool }