1234567891011121314151617181920 |
- package com.diagbot.web;
- import org.springframework.web.bind.annotation.RequestMapping;
- import org.springframework.stereotype.Controller;
- /**
- * <p>
- * 医院关联表 前端控制器
- * </p>
- *
- * @author zhoutg
- * @since 2021-10-09
- */
- @Controller
- @RequestMapping("/tranHospitalRelation")
- public class TranHospitalRelationController {
- }
|