src/main/java/com/mindskip/xzs/service/QuestionService.java
@@ -4,6 +4,7 @@ import com.mindskip.xzs.viewmodel.admin.question.QuestionEditRequestVM; import com.mindskip.xzs.viewmodel.admin.question.QuestionPageRequestVM; import com.github.pagehelper.PageInfo; import org.apache.ibatis.annotations.Param; import java.util.List; @@ -22,4 +23,10 @@ Integer selectAllCount(); List<Integer> selectMothCount(); Integer remove(Integer id); List<Question> getAll(); List<Question> selectByIds(@Param("ids") List<Integer> ids); }