浏览代码

代码优化

gaodm 5 年之前
父节点
当前提交
0604affe40

+ 1 - 0
aipt-service/src/main/java/com/diagbot/web/PushSetController.java

@@ -25,6 +25,7 @@ import org.springframework.web.bind.annotation.RestController;
 @RestController
 @RequestMapping("/pushSet")
 @Api(value = "推理配置信息API", tags = { "推理配置信息API" })
+@SuppressWarnings("unchecked")
 public class PushSetController {
 
     @Autowired

+ 1 - 0
data-service/src/main/java/com/diagbot/web/PushSetController.java

@@ -25,6 +25,7 @@ import org.springframework.web.bind.annotation.RestController;
 @RestController
 @RequestMapping("/pushSet")
 @Api(value = "推理配置信息API", tags = { "推理配置信息API" })
+@SuppressWarnings("unchecked")
 public class PushSetController {
 
     @Autowired