1234567891011121314151617181920 |
- package com.diagbot.web;
- import org.springframework.web.bind.annotation.RequestMapping;
- import org.springframework.stereotype.Controller;
- /**
- * <p>
- * 死亡记录 前端控制器
- * </p>
- *
- * @author cy
- * @since 2020-09-22
- */
- @Controller
- @RequestMapping("/medDeathNote")
- public class MedDeathNoteController {
- }
|