|
@@ -18,5 +18,6 @@ import java.util.List;
|
|
|
public interface ExamQuestionMapper extends BaseMapper<ExamQuestion> {
|
|
public interface ExamQuestionMapper extends BaseMapper<ExamQuestion> {
|
|
|
List<ExamQuestionVo> getList(ExamQuestionQueryBo bo);
|
|
List<ExamQuestionVo> getList(ExamQuestionQueryBo bo);
|
|
|
List<ExamQuestionVo> getAppList(ExamQuestionQueryBo bo);
|
|
List<ExamQuestionVo> getAppList(ExamQuestionQueryBo bo);
|
|
|
|
|
+ List<ExamQuestionVo> getAppTempList(ExamQuestionQueryBo bo);
|
|
|
|
|
|
|
|
}
|
|
}
|