- package com.xjrsoft.module.student.mapper;
- import com.github.yulichang.base.MPJBaseMapper;
- import com.xjrsoft.module.student.entity.BaseClassMajorSet;
- import org.apache.ibatis.annotations.Mapper;
- /**
- * @title: 班级专业方向表
- * @Author szs
- * @Date: 2023-12-28
- * @Version 1.0
- */
- @Mapper
- public interface BaseClassMajorSetMapper extends MPJBaseMapper<BaseClassMajorSet> {
- }
|