wl
2022-11-14 1349fda00a75a5cb6560c74ba9040ce138dd4883
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 {
}