|
|
@@ -1,5 +1,6 @@
|
|
|
package com.zhongzheng.modules.bank.mapper;
|
|
|
|
|
|
+import com.zhongzheng.modules.bank.bo.QuestionBusinessQueryBo;
|
|
|
import com.zhongzheng.modules.bank.domain.QuestionBusiness;
|
|
|
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
|
|
import com.zhongzheng.modules.course.domain.CourseChapterBusiness;
|
|
|
@@ -13,5 +14,5 @@ import java.util.List;
|
|
|
* @date 2021-10-25
|
|
|
*/
|
|
|
public interface QuestionBusinessMapper extends BaseMapper<QuestionBusiness> {
|
|
|
- List<QuestionBusiness> getListById(Long id);
|
|
|
+ List<QuestionBusiness> getListById(QuestionBusinessQueryBo bo);
|
|
|
}
|