mg
2022-10-28 d4f9e73dc6f275a44b45afa13b5af4bf45cae073
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 {
}