export interface TeachModel { code:string; data:PatientTBean[]; message:string; totalPage:number } export interface PatientTBean{ expertName:string; imgPath:string; topic:string; publisherUuid:string; recommendedUuid:string; isOriginal:string; isThrough:string; filePath:number; uuid:string; agreenum:number; readnum:number; submitDate:string; modifyDate:string; summary:string; type:string; path:string; tags:string; content:string; }