shiyj1101
2021-08-05 e57e32fc43da31917912eebb4e47d4e50df1a9e9
service-community/src/main/java/com/java110/community/bmo/repair/IAppraiseRepairBMO.java
old mode 100644 new mode 100755
@@ -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
     */