package com.tanpu.feo.feojob.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.tanpu.feo.feojob.entity.OrgExtEntity;
import org.springframework.stereotype.Repository;
/**
* 机构扩展信息表Mapper
*
* @author zejia zj wu 2021年05月18日
* @version 1.0
*/
@Repository
public interface OrgExtMapper extends BaseMapper<OrgExtEntity> {
}
-
吴泽佳 authored09a99f3e