package cn.timer.api.dao.zpgl;

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

/**
 * 入职申请材料附件
 *
 * @author wgd
 * @email 862422848@qq.com
 * @date 2022-05-12 18:00:06
 */
@Repository
public interface ZpglRcxxMaterialMapper extends BaseMapper<ZpglRcxxMaterial> {

}