heheng
2025-10-14 104ae610d1d7e8dab5fff9abe4a56208941d62d7
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 {
 
}