KKSU
2024-02-26 34e2475de54a72f0d9ff0c73334d3c40c623eba6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package cc.mrbird.febs;
 
import lombok.extern.slf4j.Slf4j;
import org.springframework.boot.test.context.SpringBootTest;
 
/**
 * @author wzy
 * @date 2021-09-27
 **/
@Slf4j
@SpringBootTest
public class PayTest {
 
}