use of com.bc.pmpheep.back.vo.PmphUserDepartmentVO in project pmph by BCSquad.
the class PmphDepartmentSeviceTest method testListPmphDepartment.
@Test
public void testListPmphDepartment() {
// pmphDepartmentService.addPmphDepartment(pmphDepartment);
PmphUserDepartmentVO departmentVO = pmphDepartmentService.listPmphDepartment(null);
Assert.assertNotNull("获取数据失败", departmentVO);
}
Aggregations