ecology_maven/test/apiTest/ApiTest.java

19 lines
203 B
Java
Raw Normal View History

2021-12-14 10:28:23 +08:00
package apiTest;
import org.junit.Test;
/**
* @author EBU7-dev1-ayh
* create 2021/12/13 0013 23:09
*
*/
public class ApiTest {
@Test
public void test(){
}
}