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