package com.gkhy.exam.admin.web; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; /** *

* 学员与考试题目关系表 前端控制器 *

* * @author kzy * @since 2024-06-13 17:47:56 */ @RestController @RequestMapping("/student-answer") public class ExStudentAnswerController { }