MedDeathNoteController.java 321 B

1234567891011121314151617181920
  1. package com.diagbot.web;
  2. import org.springframework.web.bind.annotation.RequestMapping;
  3. import org.springframework.stereotype.Controller;
  4. /**
  5. * <p>
  6. * 死亡记录 前端控制器
  7. * </p>
  8. *
  9. * @author cy
  10. * @since 2020-09-22
  11. */
  12. @Controller
  13. @RequestMapping("/medDeathNote")
  14. public class MedDeathNoteController {
  15. }