场站上车点信息

interface RecommendStationInfo {
    stationName?: string;
    recommendStops?: RecommendStopInfo[];
}

Properties

stationName?: string

场站名字

recommendStops?: RecommendStopInfo[]

场站推荐上车点信息列表