export interface ReasonAnalysisModel { id?: string; name?: string; num?: number; percent?: number; }