“djh”
2025-10-17 c600eb961aee6d178271d334beac7dd19f8fc289
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
package com.gkhy.exam.system.controller;
 
 
import org.springframework.web.bind.annotation.RequestMapping;
 
import org.springframework.web.bind.annotation.RestController;
 
/**
 * <p>
 *  前端控制器
 * </p>
 *
 * @author hh
 * @since 2025-10-11 14:20:49
 */
@RestController
@RequestMapping("/system/material")
public class MaterialController {
 
}