wl
2022-11-15 84e920b9f7a80b05c2f9197ab9e64f1fba86a491
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 {
}