package doctorExpertiseResponse type DoctorExpertise struct { DoctorId string `json:"doctor_id"` // 医生id ExpertiseId string `json:"expertise_id"` // 专长id ExpertiseName string `json:"expertise_name"` // 专长名称 }