master
parent
90e478126e
commit
6de2519511
@ -1,6 +1,6 @@
|
|||||||
package com.cmkg.cmkg.server;
|
package com.cmkg.cmkg.server;
|
||||||
|
|
||||||
public interface QuestionService {
|
public interface QuestionService {
|
||||||
String answer(String question) throws Exception;
|
public String answer(String question) throws Exception;
|
||||||
void showDictPat();
|
void showDictPat();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in new issue