liurunyu
2024-10-23 1061e15efcc66ba0ae5e95ae0af5c41b6104dea7
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.dy.pipIrrOperation;
 
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
 
@SpringBootTest
class PipIrrWebOperationApplicationTests {
 
    @Test
    void contextLoads() {
    }
 
}