package com.xinquan.course.controller.inner; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; /** *
* 用户学习记录 前端控制器 *
* * @author mitao * @since 2024-09-06 */ @RestController @RequestMapping("/inner/course/course-learning-record") public class InnerCourseLearningRecordController { }