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; @@ -24,4 +25,8 @@ List<Integer> selectMothCount(); Integer remove(Integer id); List<Question> getAll(); List<Question> selectByIds(@Param("ids") List<Integer> ids); }