package cn.timer.api.dao.qyzx; import org.springframework.stereotype.Repository; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import cn.timer.api.bean.qyzx.QyzxEntAuth; /** * 企业认证表 * @author Tang 2019-11-12 */ @Repository public interface QyzxEntAuthMapper extends BaseMapper<QyzxEntAuth> { }