|
|
@ -59,4 +59,9 @@ public class CourseApi {
|
|
|
|
List<SysThreeCatalog> sysThreeCatalogs = threeCatalogMapper.selectByExample(example);
|
|
|
|
List<SysThreeCatalog> sysThreeCatalogs = threeCatalogMapper.selectByExample(example);
|
|
|
|
return sysThreeCatalogs;
|
|
|
|
return sysThreeCatalogs;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//增加二级目录 SysTwoCatalog systemOwner
|
|
|
|
|
|
|
|
//删除二级目录 TwoId schoolId systemOwner
|
|
|
|
|
|
|
|
//增加三级目录 SysThreeCatalog schoolId systemOwner
|
|
|
|
|
|
|
|
//删除三级目录 ThreeId schollId systemOwner
|
|
|
|
}
|
|
|
|
}
|
|
|
|