java110-interface/src/main/java/com/java110/intf/report/IReportInfoSettingInnerServiceSMO.java
@@ -1,8 +1,8 @@ package com.java110.intf.report; import com.java110.config.feign.FeignConfiguration; import com.java110.dto.reportInfoSetting.ReportInfoSettingDto; import com.java110.po.reportInfoSetting.ReportInfoSettingPo; import com.java110.dto.reportInfo.ReportInfoSettingDto; import com.java110.po.reportInfo.ReportInfoSettingPo; import org.springframework.cloud.openfeign.FeignClient; import org.springframework.web.bind.annotation.RequestBody; import org.springframework.web.bind.annotation.RequestMapping;