package com.artfess.cqlt.manager;

import com.artfess.cqlt.model.QfLeaseLoanStatistical;
import com.artfess.base.manager.BaseManager;

/**
 * 资金-担保贷款融资租赁大屏统计宽表 服务类
 *
 * @company 阿特菲斯信息技术有限公司
 * @author min.wu
 * @since 2023-03-30
 */
public interface QfLeaseLoanStatisticalManager extends BaseManager<QfLeaseLoanStatistical> {

}
