17808
2023-11-07 5dc1025f4f67a8750b8dd802f8def1fa2dfa116a
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);
}