dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
抽奖
KKSU
2024-02-20
d6ed2678974b2750fd3b552cd607f487fbac0927
[xc-mall.git]
/
src
/
test
/
java
/
cc
/
mrbird
/
febs
/
PayTest.java
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 {
}