|
@@ -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 {
|
|
|
|
-
|
|
|
|
-}
|
|
|