| | |
| | | package com.java110.intf.acct; |
| | | |
| | | import com.java110.config.feign.FeignConfiguration; |
| | | import com.java110.dto.accountBondObjDetail.AccountBondObjDetailDto; |
| | | import com.java110.po.accountBondObjDetail.AccountBondObjDetailPo; |
| | | import com.java110.dto.account.AccountBondObjDetailDto; |
| | | import com.java110.po.account.AccountBondObjDetailPo; |
| | | import org.springframework.cloud.openfeign.FeignClient; |
| | | import org.springframework.web.bind.annotation.RequestBody; |
| | | import org.springframework.web.bind.annotation.RequestMapping; |