|
@@ -4,6 +4,7 @@ package com.diagbot.web;
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
|
|
|
import org.springframework.stereotype.Controller;
|
|
import org.springframework.stereotype.Controller;
|
|
|
|
+import springfox.documentation.annotations.ApiIgnore;
|
|
|
|
|
|
/**
|
|
/**
|
|
* <p>
|
|
* <p>
|
|
@@ -15,6 +16,9 @@ import org.springframework.stereotype.Controller;
|
|
*/
|
|
*/
|
|
@Controller
|
|
@Controller
|
|
@RequestMapping("/followupPlanDetailHospital")
|
|
@RequestMapping("/followupPlanDetailHospital")
|
|
|
|
+@SuppressWarnings("unchecked")
|
|
|
|
+@ApiIgnore
|
|
|
|
+@Deprecated
|
|
public class FollowupPlanDetailHospitalController {
|
|
public class FollowupPlanDetailHospitalController {
|
|
|
|
|
|
}
|
|
}
|