package com.wzy.serviceedu.controller;import org.springframework.web.bind.annotation.RequestMapping;import org.springframework.web.bind.annotation.RestController;/*** <p>* 讲师 前端控制器* </p>** @author wzy* @since 2021-09-10*/@RestController@RequestMapping("/serviceedu/edu-teacher")public class EduTeacherController {}
