2025-03-03 13:40:06 +08:00
|
|
|
//import com.electromagnetic.industry.software.common.enums.DataOwnEnum;
|
|
|
|
|
//import com.electromagnetic.industry.software.common.resp.ElectromagneticResult;
|
|
|
|
|
//import com.electromagnetic.industry.software.manage.Application;
|
|
|
|
|
//import com.electromagnetic.industry.software.manage.service.EdFileInfoService;
|
|
|
|
|
//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 EdFileInfoService edFileInfoService;
|
|
|
|
|
//
|
|
|
|
|
// @Test
|
|
|
|
|
// public void testTree() {
|
|
|
|
|
// ElectromagneticResult<?> tree = edFileInfoService.tree(DataOwnEnum.USER_FILE.code);
|
|
|
|
|
// System.out.println("tree = " + tree);
|
|
|
|
|
// }
|
|
|
|
|
//
|
|
|
|
|
//}
|