//拿到所有的客户服务记录 public List <UserDoctorList> selectUserDoctorList() { return(Dal.selectUserDoctorList()); }