package com.artfess.cqlt.dao;

import com.artfess.cqlt.model.QfInvestPatentM;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;

/**
 * 投资--萨固密集团专利授权数据主表 Mapper 接口
 *
 * @company 阿特菲斯信息技术有限公司
 * @author min.wu
 * @since 2023-02-23
 */
public interface QfInvestPatentMDao extends BaseMapper<QfInvestPatentM> {

}
