|
|
@ -25,6 +25,7 @@ |
|
|
|
*********************************************************/ |
|
|
|
package com.yxt.anrui.riskcenter.api.loanbepadsincereapply; |
|
|
|
|
|
|
|
import com.yxt.anrui.riskcenter.api.loanbepadsincereveh.LoanBePadsincereVehDetailsVo; |
|
|
|
import com.yxt.common.core.query.PagerQuery; |
|
|
|
import com.yxt.common.core.result.ResultBean; |
|
|
|
import com.yxt.common.core.vo.PagerVo; |
|
|
@ -75,7 +76,7 @@ public class LoanBePadsincereApplyFeignFallback implements LoanBePadsincereApply |
|
|
|
} |
|
|
|
|
|
|
|
@Override |
|
|
|
public ResultBean<List<BePadsincereExcelInfo>> getExcelInfo(MultipartFile file, HttpServletRequest request) throws IOException, ParseException { |
|
|
|
public ResultBean<List<LoanBePadsincereVehDetailsVo>> getExcelInfo(MultipartFile file, HttpServletRequest request) throws IOException, ParseException { |
|
|
|
return null; |
|
|
|
} |
|
|
|
|
|
|
|