|  | @ -18,7 +18,7 @@ import org.springframework.web.bind.annotation.ResponseBody;
 | 
	
		
			
				|  |  |  * Created by zhenglingfeng on 2016/10/17.
 | 
	
		
			
				|  |  |  */
 | 
	
		
			
				|  |  | @Controller
 | 
	
		
			
				|  |  | @RequestMapping(value = "/doctor/record", produces = MediaType.APPLICATION_JSON_UTF8_VALUE)
 | 
	
		
			
				|  |  | @RequestMapping(value = "/wlyy_service/record", produces = MediaType.APPLICATION_JSON_UTF8_VALUE)
 | 
	
		
			
				|  |  | @Api(description = "医生端-获取转诊预约医生号源信息")
 | 
	
		
			
				|  |  | public class RegDeptSpeDoctorController extends BaseController {
 | 
	
		
			
				|  |  | 
 |