package com.jwl.driver.server.mapper; import com.jwl.driver.server.dto.QuestionQueryDto; import com.jwl.driver.server.entity.TdQuestion; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.jwl.driver.server.vo.QuestionVo; import org.apache.ibatis.annotations.Param; import java.util.List; /** *
* 题库; Mapper 接口 *
* * @author Automated procedures * @since 2023-08-10 */ public interface TdQuestionMapper extends BaseMapper