wuxw
2022-07-19 05683f2b2bdbdbe21cf17ad523c21ab338bd1c54
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
     */