考试时间,题数写活
管理端新增商品
This commit is contained in:
@@ -32,7 +32,7 @@ public interface ClassExamService extends IService<ClassExam> {
|
||||
|
||||
R generateExamPaper(Map<String,Object> params);
|
||||
|
||||
ClassExamUser examingPaper();
|
||||
R examingPaper();
|
||||
|
||||
void submitOption(Map<String,Object> params);
|
||||
|
||||
@@ -40,6 +40,6 @@ public interface ClassExamService extends IService<ClassExam> {
|
||||
|
||||
Object getExamPaperList(Map<String,Object> params);
|
||||
|
||||
Object getExamPaperInfo(Map<String,Object> params);
|
||||
R getExamPaperInfo(Map<String,Object> params);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user