package cn.timer.api.dao.qyzx;
import org.springframework.stereotype.Repository;

import com.baomidou.mybatisplus.core.mapper.BaseMapper;

import cn.timer.api.bean.qyzx.QyzxAttaQyfj;

/**
*  企业附件
* @author Tang 2019-11-13
*/
@Repository
public interface QyzxAttaQyfjMapper extends BaseMapper<QyzxAttaQyfj> {



}