| | |
| | | import com.mindskip.xzs.domain.Department; |
| | | import com.mindskip.xzs.domain.vo.CascaderDataVO; |
| | | import com.mindskip.xzs.viewmodel.admin.department.DepartmentResponseVM; |
| | | import com.mindskip.xzs.viewmodel.admin.education.SubjectPageRequestVM; |
| | | import com.mindskip.xzs.vo.SubjectVO; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | | import org.apache.ibatis.annotations.Param; |
| | | |
| | |
| | | * @return |
| | | */ |
| | | List<CascaderDataVO> getLevelDeptList(@Param("level") Integer level); |
| | | |
| | | /** |
| | | * 管理分页 |
| | | * |
| | | * @return |
| | | */ |
| | | List<SubjectVO> page1(@Param("query") SubjectPageRequestVM model); |
| | | } |