package com.xjrsoft.module.student.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.github.yulichang.base.MPJBaseMapper; import com.xjrsoft.module.student.entity.WfCadreCandidate; import org.apache.ibatis.annotations.Mapper; /** * @title: 干部候选人 * @Author szs * @Date: 2023-12-20 * @Version 1.0 */ @Mapper public interface WfCadreCandidateMapper extends MPJBaseMapper { }