Blame view

SubjectTestGradeExampleMappingMapper.java 414 Bytes
涂亚平 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
package com.meishu.mapper;

import com.meishu.model.SubjectTestGradeExampleMappingDO;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.springframework.stereotype.Repository;

/**
 * <p>
 * 样卷映射表 Mapper 接口
 * </p>
 *
 * @author Tuyp
 * @since 2021-06-21
 */
 @Repository
public interface SubjectTestGradeExampleMappingMapper extends BaseMapper<SubjectTestGradeExampleMappingDO> {

}