java110
2021-04-01 3b0ddfa0b1c3490fbbf421a84e0431a60fb58387
service-community/src/main/java/com/java110/community/bmo/repair/IAppraiseRepairBMO.java
@@ -1,13 +1,7 @@
package com.java110.community.bmo.repair;
import com.java110.config.feign.FeignConfiguration;
import com.java110.dto.appraise.AppraiseDto;
import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotation.ResponseBody;
/**
 * 保存评价接口类
@@ -16,6 +10,7 @@
    /**
     * 保存接口评价
     *
     * @param appraiseDto
     * @return
     */