将终端台账拆分为pq&pms两类

This commit is contained in:
2022-09-29 19:43:14 +08:00
parent 5385e7521b
commit ab8e86f257
530 changed files with 5060 additions and 1863 deletions

View File

@@ -1,6 +1,5 @@
package com.njcn;
import com.njcn.device.DeviceBootApplication;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;

View File

@@ -1,7 +1,8 @@
/*
package com.njcn;
import com.njcn.device.pojo.po.DeptLine;
import com.njcn.device.service.DeptLineService;
import com.njcn.device.pq.pojo.po.DeptLine;
import com.njcn.device.pq.service.DeptLineService;
import com.njcn.web.pojo.param.DeptLineParam;
import org.junit.Test;
import org.springframework.beans.factory.annotation.Autowired;
@@ -12,11 +13,13 @@ import java.util.List;
import java.util.stream.Collectors;
import java.util.stream.Stream;
*/
/**
* @author hongawen
* @version 1.0.0
* @date 2021年12月14日 12:55
*/
*//*
public class DeviceTest extends BaseJunitTest {
@Autowired
@@ -44,3 +47,4 @@ public class DeviceTest extends BaseJunitTest {
}
*/