package com.warmer.web.service; public interface QuestionService { void showDictPath(); String answer(String question) throws Exception; }