package com.gkhy.exam.system.controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; /** *
* 前端控制器 *
* * @author hh * @since 2025-10-11 14:20:49 */ @RestController @RequestMapping("/system/material") public class MaterialController { }