1. package com.wzy.serviceedu.controller;
    2. import org.springframework.web.bind.annotation.RequestMapping;
    3. import org.springframework.web.bind.annotation.RestController;
    4. /**
    5. * <p>
    6. * 讲师 前端控制器
    7. * </p>
    8. *
    9. * @author wzy
    10. * @since 2021-09-10
    11. */
    12. @RestController
    13. @RequestMapping("/serviceedu/edu-teacher")
    14. public class EduTeacherController {
    15. }