Browse Source

优化代码

gaodm 6 years ago
parent
commit
6e4b6cfd1b

+ 0 - 20
icss-service/src/main/java/com/diagbot/web/ModuleQuestionController.java

@@ -1,20 +0,0 @@
-package com.diagbot.web;
-
-
-import org.springframework.web.bind.annotation.RequestMapping;
-
-import org.springframework.stereotype.Controller;
-
-/**
- * <p>
- * 模型标签映射表 前端控制器
- * </p>
- *
- * @author zhoutg
- * @since 2018-11-15
- */
-@Controller
-@RequestMapping("/moduleQuestion")
-public class ModuleQuestionController {
-
-}

+ 0 - 20
icss-service/src/main/java/com/diagbot/web/QuestionDetailController.java

@@ -1,20 +0,0 @@
-package com.diagbot.web;
-
-
-import org.springframework.web.bind.annotation.RequestMapping;
-
-import org.springframework.stereotype.Controller;
-
-/**
- * <p>
- * 标签明细表 前端控制器
- * </p>
- *
- * @author zhoutg
- * @since 2018-11-15
- */
-@Controller
-@RequestMapping("/questionDetail")
-public class QuestionDetailController {
-
-}

+ 0 - 20
icss-service/src/main/java/com/diagbot/web/QuestionMappingController.java

@@ -1,20 +0,0 @@
-package com.diagbot.web;
-
-
-import org.springframework.web.bind.annotation.RequestMapping;
-
-import org.springframework.stereotype.Controller;
-
-/**
- * <p>
- * 标签映射表 前端控制器
- * </p>
- *
- * @author zhoutg
- * @since 2018-11-15
- */
-@Controller
-@RequestMapping("/questionMapping")
-public class QuestionMappingController {
-
-}

+ 0 - 20
icss-service/src/main/java/com/diagbot/web/QuestionRelationController.java

@@ -1,20 +0,0 @@
-package com.diagbot.web;
-
-
-import org.springframework.web.bind.annotation.RequestMapping;
-
-import org.springframework.stereotype.Controller;
-
-/**
- * <p>
- * 标签关联表(同级关联) 前端控制器
- * </p>
- *
- * @author zhoutg
- * @since 2018-11-15
- */
-@Controller
-@RequestMapping("/questionRelation")
-public class QuestionRelationController {
-
-}

+ 0 - 19
icss-service/src/main/java/com/diagbot/web/RetrievalMappingController.java

@@ -1,19 +0,0 @@
-package com.diagbot.web;
-
-
-import org.springframework.web.bind.annotation.RequestMapping;
-import org.springframework.web.bind.annotation.RestController;
-
-/**
- * <p>
- * 检索映射表 前端控制器
- * </p>
- *
- * @author wangyu
- * @since 2018-11-16
- */
-@RestController
-@RequestMapping("/retrievalMapping")
-public class RetrievalMappingController {
-
-}