package cn.timer.api.dao.yggl; import org.springframework.stereotype.Repository; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import cn.timer.api.bean.yggl.YgglAttaLxxxb; /** * 员工联系信息表 * @author Tang 2019-11-15 */ @Repository public interface YgglAttaLxxxbMapper extends BaseMapper<YgglAttaLxxxb> { }