package com.artfess.cqlt.manager.impl;

import com.artfess.base.manager.impl.BaseManagerImpl;
import com.artfess.cqlt.dao.QfLeaseLoanStatisticalDao;
import com.artfess.cqlt.manager.QfLeaseLoanStatisticalManager;
import com.artfess.cqlt.model.QfLeaseLoanStatistical;
import org.springframework.stereotype.Service;

/**
 * 资金-担保贷款融资租赁大屏统计宽表 服务实现类
 *
 * @company 阿特菲斯信息技术有限公司
 * @author min.wu
 * @since 2023-03-30
 */
@Service
public class QfLeaseLoanStatisticalManagerImpl extends BaseManagerImpl<QfLeaseLoanStatisticalDao, QfLeaseLoanStatistical> implements QfLeaseLoanStatisticalManager {

}
