增加接口方法

master
yz 8 months ago
parent ed0d7abada
commit 997f94680e

@ -263,4 +263,14 @@ public class CaseApi {
List<SysCaseQuestionStepWithBLOBs> sysCaseQuestionStepWithBLOBs = caseQuestionStepMapper.selectByExampleWithBLOBs(example);
return sysCaseQuestionStepWithBLOBs;
}
/**
* IdList
* selectCaseByChapterIdList
* List<String> chapterIdList
* return:List<SysCaseQuestion>
*/
}

@ -140,4 +140,25 @@ public class CourseApi {
}
}
/**
* ASC
* selectTwoCataLogByInnerAndAsc
* systemOwner
* return:List<SysTwoCatalog>
*/
/**
* IDList
* selectChaptersByCourseIdsAndAsc
* List<String> courseIds
* return:List<SysThreeCatalog>
*/
/**
*
* getTotalChapterCount
* systemOwner
* return:Integer
*/
}

@ -144,4 +144,25 @@ public class ResourceApi {
SysOneCatalog sysOneCatalogs = getSysOneCatalogs(oneId);
return sysResourceMapper.selectResource(sysOneCatalogs.getOneId(), null, threeId, source);
}
/**
*
* getResourceTypeCount
* schoolId systemOwner
* return: Map<String,Integer> 121
*/
/**
*
* getTotalResource
* systemOwner schoolId
* return: Integer
*/
/**
*
* getMostPopularName
* schoolId systemOwner
* return: String
*/
}

Loading…
Cancel
Save