22 lines
625 B
Java
22 lines
625 B
Java
//import com.electromagnetic.industry.software.manage.Application;
|
|
//import com.electromagnetic.industry.software.manage.service.serviceimpl.EdPrjServiceImpl;
|
|
//import org.junit.jupiter.api.Test;
|
|
//import org.springframework.boot.test.context.SpringBootTest;
|
|
//
|
|
//import javax.annotation.Resource;
|
|
//
|
|
//@SpringBootTest(classes = Application.class)
|
|
//public class Test1 {
|
|
//
|
|
// @Resource
|
|
// private EdPrjServiceImpl edPrjService;
|
|
//
|
|
// @Test
|
|
// public void testFollow() {
|
|
// String sourceId = "100101";
|
|
// String targetId = "100323";
|
|
// edPrjService.follow(sourceId, targetId);
|
|
// }
|
|
//
|
|
//}
|