package com.artfess.cqlt.controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; import com.artfess.base.controller.BaseController; import com.artfess.cqlt.model.QfLeaseLoanStatistical; import com.artfess.cqlt.manager.QfLeaseLoanStatisticalManager; /** * 资金-担保贷款融资租赁大屏统计宽表 前端控制器 * * @company 阿特菲斯信息技术有限公司 * @author min.wu * @since 2023-03-30 */ @RestController @RequestMapping("/qfLeaseLoanStatistical/v1/") public class QfLeaseLoanStatisticalController extends BaseController { }