车票详细信息

interface PriceInfo {
    ticketType: number;
    ticketPrice: number;
}

Properties

ticketType: number

票类型

ticketPrice: number

票价格(元)