111
baizonghao
2023-06-07 c8a659a1e44e1a050ebe0df8d2bc9780b88215cc
src/main/java/com/mindskip/xzs/service/DepartmentService.java
@@ -1,7 +1,9 @@
package com.mindskip.xzs.service;
import com.github.pagehelper.PageInfo;
import com.mindskip.xzs.domain.Department;
import com.mindskip.xzs.domain.Question;
import com.mindskip.xzs.viewmodel.admin.department.DepartmentResponseVM;
import java.util.List;
@@ -32,5 +34,5 @@
     * 查询所有部门
     * @return
     */
    List<Department> gets();
    PageInfo<Department> gets(DepartmentResponseVM departmentResponseVM);
}