- package com.xjrsoft.module.student.mapper;
- import com.github.yulichang.base.MPJBaseMapper;
- import com.xjrsoft.module.student.entity.BaseStudentFamily;
- import org.apache.ibatis.annotations.Mapper;
- /**
- * @title: mapper
- * @Author 管理员
- * @Date: 2023-08-08
- * @Version 1.0
- */
- @Mapper
- public interface BaseStudentFamilyMapper extends MPJBaseMapper<BaseStudentFamily> {
- }
|