派生自 projectDept/qhighschool

EricsHu
2022-12-05 068fc7f2e81178e55fa191a13709af64b1a163f6
src/main/java/com/qxueyou/scc/school/service/IStudentScoreService.java
@@ -3,14 +3,14 @@
import com.qxueyou.scc.base.model.Result;
/**
 * 学员学分服务层
 * 学员学分服务层
 * 
 * @author junliang
 * @createTime 2017-12-10
 */
public interface IStudentScoreService {
   /**
    * 保存学员学分
    * 保存学员学分
    * 
    * @param classId
    * @param videoId
@@ -19,7 +19,7 @@
    */
   Result addStudentScore(String classId, String videoId, Integer score);
   /**
    * 获取学员学分
    * 获取学员学分
    * @return
    */
    Result  getStudentScore();