Forráskód Böngészése

任务部分接口 2022/11/15

lwhhszx 2 éve
szülő
commit
297cae5a8b

+ 1 - 1
RMS/src/main/java/cn/cslg/report/controller/BaseController.java

@@ -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);
     }