派生自 projectDept/qhighschool

EricsHu
2023-11-24 0ad2f07a292895eeb3b9618eb1e275568c63a59e
src/main/java/com/qxueyou/scc/teach/subject/service/ISubjectService.java
@@ -1,6 +1,7 @@
package com.qxueyou.scc.teach.subject.service;
import java.lang.reflect.InvocationTargetException;
import java.util.Date;
import java.util.List;
import java.util.Map;
@@ -24,7 +25,7 @@
    *            内容文件id
    * @return
    */
   Result add(String subjectName, String coverPageFileId, String contentFileId,int type,String startTime,String endTime);
   Result add(String subjectName, String coverPageFileId, String contentFileId, int type, Date startTime, Date endTime);
   /**
    * 修改课程