| | |
| | | package com.qxueyou.scc.teach.subject.service; |
| | | |
| | | import java.lang.reflect.InvocationTargetException; |
| | | import java.util.Date; |
| | | import java.util.List; |
| | | import java.util.Map; |
| | | |
| | |
| | | * 内容文件id |
| | | * @return |
| | | */ |
| | | Result add(String subjectName, String coverPageFileId, String contentFileId,int type); |
| | | Result add(String subjectName, String coverPageFileId, String contentFileId, int type, Date startTime, Date endTime); |
| | | |
| | | /** |
| | | * 修改课程 |
| | |
| | | * @return |
| | | */ |
| | | public long getLectureCount(String subjectId); |
| | | |
| | | /** |
| | | * 获取课程名称 |
| | | * @param subjectId |
| | | * @return |
| | | */ |
| | | String findSubjectName(String subjectId); |
| | | } |