|
@@ -11,6 +11,7 @@ import org.springframework.web.bind.annotation.PostMapping;
|
|
|
import org.springframework.web.bind.annotation.RequestBody;
|
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
import org.springframework.web.bind.annotation.RestController;
|
|
|
+import springfox.documentation.annotations.ApiIgnore;
|
|
|
|
|
|
import java.util.Map;
|
|
|
|
|
@@ -23,6 +24,7 @@ import java.util.Map;
|
|
|
@RequestMapping("/mrqc")
|
|
|
@Api(value = "病历质控API", tags = { "病历质控API" })
|
|
|
@SuppressWarnings("unchecked")
|
|
|
+@ApiIgnore
|
|
|
public class MrqcController {
|
|
|
@Autowired
|
|
|
private MrqcFacade mrqcFacade;
|