xiangpei
2024-03-08 c50e176c4a6b9331d2d1c0520bafb18f54f0dee6
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);
}