卡券对象

interface Card {
    cardExt: string;
    cardId: string;
}

属性

cardExt: string
cardId: string