@@ -14,6 +14,7 @@ import org.springframework.web.bind.annotation.RestController;
*/
@RestController
@RequestMapping("/disease")
+@SuppressWarnings("unchecked")
@Api(value = "诊断相关API", tags = { "诊断相关API" })
public class DiseaseController {