| | |
| | | package com.java110.intf.report; |
| | | |
| | | import com.java110.config.feign.FeignConfiguration; |
| | | import com.java110.dto.reportFeeYearCollection.ReportFeeYearCollectionDto; |
| | | import com.java110.po.reportFeeYearCollection.ReportFeeYearCollectionPo; |
| | | import com.java110.dto.reportFee.ReportFeeYearCollectionDto; |
| | | import com.java110.po.reportFee.ReportFeeYearCollectionPo; |
| | | import org.springframework.cloud.openfeign.FeignClient; |
| | | import org.springframework.web.bind.annotation.RequestBody; |
| | | import org.springframework.web.bind.annotation.RequestMapping; |
| | |
| | | * @Version 1.0 |
| | | * add by wuxw 2019/4/24 |
| | | **/ |
| | | @FeignClient(name = "${java110.report-service}", configuration = {FeignConfiguration.class}) |
| | | @FeignClient(name = "report-service", configuration = {FeignConfiguration.class}) |
| | | @RequestMapping("/reportFeeYearCollectionApi") |
| | | public interface IReportFeeYearCollectionInnerServiceSMO { |
| | | |