package com.tanpu.feo.feojob.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.tanpu.feo.feojob.entity.OrgEntity; import org.springframework.stereotype.Repository; /** * Mapper * * @author zejia zj wu 2021年05月18日 * @version 1.0 */ @Repository public interface OrgMapper extends BaseMapper<OrgEntity> { }