SentenceQuestionMapper.java 199 B

1234567
  1. package com.qxgmat.data.dao;
  2. import com.nuliji.tools.mybatis.Mapper;
  3. import com.qxgmat.data.dao.entity.SentenceQuestion;
  4. public interface SentenceQuestionMapper extends Mapper<SentenceQuestion> {
  5. }