package com.xjrsoft.module.teacher.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.github.yulichang.base.MPJBaseMapper; import com.xjrsoft.module.teacher.entity.JobInformation; import org.apache.ibatis.annotations.Mapper; /** * @title: 岗位信息记录 * @Author szs * @Date: 2025-04-24 * @Version 1.0 */ @Mapper public interface JobInformationMapper extends MPJBaseMapper { }