|
@@ -16,6 +16,7 @@ import org.springframework.web.bind.annotation.RequestBody;
|
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
import org.springframework.web.bind.annotation.RequestParam;
|
|
|
import org.springframework.web.bind.annotation.RestController;
|
|
|
+import springfox.documentation.annotations.ApiIgnore;
|
|
|
|
|
|
import java.util.List;
|
|
|
|
|
@@ -30,6 +31,7 @@ import java.util.List;
|
|
|
@RestController
|
|
|
@RequestMapping("/vitalOrder")
|
|
|
@SuppressWarnings("unchecked")
|
|
|
+@ApiIgnore
|
|
|
@Api(value = "查体排序相关API", tags = { "查体排序相关API" })
|
|
|
public class VitalOrderController {
|
|
|
|