@@ -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