- package com.xjrsoft.module.student.mapper;
- import com.github.yulichang.base.MPJBaseMapper;
- import com.xjrsoft.module.student.entity.StudentReportPlanClassRelation;
- import org.apache.ibatis.annotations.Mapper;
- /**
- * @title: 学生报到计划-班级
- * @Author dzx
- * @Date: 2025-01-21
- * @Version 1.0
- */
- @Mapper
- public interface StudentReportPlanClassRelationMapper extends MPJBaseMapper<StudentReportPlanClassRelation> {
- }
|