| | |
| | | package com.java110.intf.report; |
| | | |
| | | import com.java110.config.feign.FeignConfiguration; |
| | | import com.java110.dto.reportCustomComponent.ReportCustomComponentDto; |
| | | import com.java110.po.reportCustomComponent.ReportCustomComponentPo; |
| | | import com.java110.dto.reportCustom.ReportCustomComponentDto; |
| | | import com.java110.po.reportCustom.ReportCustomComponentPo; |
| | | import org.springframework.cloud.openfeign.FeignClient; |
| | | import org.springframework.web.bind.annotation.RequestBody; |
| | | import org.springframework.web.bind.annotation.RequestMapping; |