wl
2022-10-21 a58d740c8ef15c0bafcf5d3b76abb54333c2028e
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 {
}