getDoctorMessageService(); return $this->response->json($data); } /** * 获取医生系统公告列表-分页 * @return ResponseInterface */ public function getDoctorMessageSystem(): ResponseInterface { $MessageNoticeService = new MessageNoticeService(); $data = $MessageNoticeService->getDoctorMessageSystem(); return $this->response->json($data); } }