export interface EcardPrice { id: number; price: number; location: string; outTime: string; examType: string; createdAt: string; updatedAt: string; }