liujie
2025-07-20 7a2ab59f2aa4abc85a75302b981402ede1e8f639
ruoyi-system/src/main/java/com/ruoyi/system/mapper/QuestionMapper.java
@@ -12,5 +12,5 @@
@Mapper
public interface QuestionMapper extends BaseMapper<Question> {
    IPage<QuestionPageVO> getQuestionPage(@Param("page")IPage<BannerPageVO> page,@Param("name") String name);
    IPage<QuestionPageVO> getQuestionPage(@Param("page")IPage<BannerPageVO> page,@Param("title") String title);
}