export class RepairData { questionType: number; sendTo: string; title: string; content: string; constructor() {} }