package com.artfess.cqlt.dao; import com.artfess.cqlt.model.QfLeaseLoanStatistical; import com.baomidou.mybatisplus.core.mapper.BaseMapper; /** * 资金-担保贷款融资租赁大屏统计宽表 Mapper 接口 * * @company 阿特菲斯信息技术有限公司 * @author min.wu * @since 2023-03-30 */ public interface QfLeaseLoanStatisticalDao extends BaseMapper { }