将终端台账拆分为pq&pms两类
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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 {
|
||||
|
||||
|
||||
}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user