package cn.timer.api.dao.zpgl;

import cn.timer.api.bean.zpgl.ZpglRcxxCertificate;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.springframework.stereotype.Repository;

/**
 * 简历证书
 * 
 * @author wuqingjun
 * @email 284718418@qq.com
 * @date 2022-03-08 15:14:40
 */
@Repository
public interface ZpglRcxxCertificateMapper extends BaseMapper<ZpglRcxxCertificate> {
	
}