2024-12-13 15:27:59 +08:00
|
|
|
//import com.electromagnetic.industry.software.manage.Application;
|
2025-02-19 16:51:01 +08:00
|
|
|
//import com.electromagnetic.industry.software.manage.service.serviceimpl.EdPrjServiceImpl;
|
2024-12-13 15:27:59 +08:00
|
|
|
//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
|
2025-02-19 16:51:01 +08:00
|
|
|
// private EdPrjServiceImpl edPrjService;
|
2024-12-13 15:27:59 +08:00
|
|
|
//
|
|
|
|
|
// @Test
|
2025-02-19 16:51:01 +08:00
|
|
|
// public void testFollow() {
|
|
|
|
|
// String sourceId = "100101";
|
|
|
|
|
// String targetId = "100323";
|
|
|
|
|
// edPrjService.follow(sourceId, targetId);
|
2024-12-13 15:27:59 +08:00
|
|
|
// }
|
|
|
|
|
//
|
|
|
|
|
//}
|