jiazx0107@163.com
2023-10-23 de89fecc4b5ef00a437bc8c56064dc9af8c4a0df
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package com.fzzy.gateway.sc2023.api;
 
import lombok.extern.slf4j.Slf4j;
import org.springframework.stereotype.Component;
 
/**
 * 当前接口,初始化相关
 */
@Slf4j
@Component
public class ApiInitService {
 
 
 
}