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-06 13:53:17 */ @RestController @RequestMapping("/paper-question") public class ExPaperQuestionController { }