gaodm преди 4 години
родител
ревизия
a909e1a1a0

+ 4 - 0
src/main/java/com/diagbot/web/FollowupPlanDetailController.java

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

+ 4 - 0
src/main/java/com/diagbot/web/FollowupPlanDetailHospitalController.java

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

+ 4 - 0
src/main/java/com/diagbot/web/FollowupPlanInfoController.java

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