|
|
@ -27,9 +27,7 @@ package com.yxt.anrui.riskcenter.api.loanvehclearanceveh; |
|
|
|
|
|
|
|
import io.swagger.annotations.Api; |
|
|
|
import io.swagger.annotations.ApiOperation; |
|
|
|
import com.yxt.common.core.query.PagerQuery; |
|
|
|
import com.yxt.common.core.result.ResultBean; |
|
|
|
import com.yxt.common.core.vo.PagerVo; |
|
|
|
import org.springframework.cloud.openfeign.FeignClient; |
|
|
|
import org.springframework.web.bind.annotation.*; |
|
|
|
|
|
|
@ -43,7 +41,7 @@ import java.util.List; |
|
|
|
public interface LoanVehClearanceVehFeign { |
|
|
|
|
|
|
|
@ApiOperation("根据申请sid获取子表") |
|
|
|
@GetMapping("/selByMainSid/{sid}") |
|
|
|
@GetMapping("/selByMainSid/{applySid}") |
|
|
|
@ResponseBody |
|
|
|
ResultBean<List<LoanVehClearanceVehDetailsVo>> selByMainSid(@PathVariable("applySid") String applySid); |
|
|
|
} |