KKSU
2024-02-23 7fb249a090d0f70841fda86ffc121fbe25d8bf45
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package cc.mrbird.febs;
 
import org.springframework.boot.test.context.SpringBootTest;
 
 
/**
 * @author wzy
 * @date 2022-06-02
 **/
@SpringBootTest
public class ProfitTest {
 
 
 
}