mg
2022-09-27 13aabf169c59b40d1702e5d684ac522f588ddc4c
1
2
3
4
5
6
7
8
9
10
11
12
package com.ycl.base;
 
import org.springframework.web.bind.annotation.RestController;
 
/**
 * @author Lyq
 * @version 1.0
 * @date 2022/9/14
 */
@RestController
public class BaseController {
}