12345678910111213141516171819 |
- package com.diagbot.web;
- import org.springframework.web.bind.annotation.RequestMapping;
- import org.springframework.web.bind.annotation.RestController;
- /**
- * <p>
- * 提示信息明细 前端控制器
- * </p>
- *
- * @author zhaops
- * @since 2018-11-15
- */
- @RestController
- @RequestMapping("/introduceDetail")
- public class IntroduceDetailController {
- }
|