增加课程需求注释

master
yz 8 months ago
parent ce8eb9ae1c
commit 921063a630

@ -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
} }

Loading…
Cancel
Save