|
@@ -149,7 +149,7 @@ public class BaseController {
|
|
|
}
|
|
|
|
|
|
@PostMapping("/getComPatentNos")
|
|
|
- @Operation(summary = "根据报告Id获得对比专利号")
|
|
|
+ @Operation(summary = "根据报告Id获得对比专利号11")
|
|
|
public String getComPatentNos(@RequestBody PatentVO patentVO) throws IOException {
|
|
|
return outInterfaceService.getComPatentNos(patentVO);
|
|
|
}
|