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

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

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




/**
*  企业信息
* @author Tang 2019-11-11
*/
@Repository
public interface QyzxEntInfoMMapper extends BaseMapper<QyzxEntInfoM> {



}