| | |
| | | import com.mindskip.xzs.domain.other.KeyValue; |
| | | import com.mindskip.xzs.domain.Question; |
| | | import com.mindskip.xzs.viewmodel.admin.question.QuestionPageRequestVM; |
| | | import com.mindskip.xzs.vo.QuestionExportVO; |
| | | import com.mindskip.xzs.vo.QuestionImportVO; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | | import org.apache.ibatis.annotations.Param; |
| | |
| | | |
| | | List<Question> getAll(); |
| | | |
| | | List<QuestionImportVO> export(@Param("query") QuestionPageRequestVM query); |
| | | List<QuestionImportVO> export(@Param("query") QuestionExportVO query); |
| | | } |