xiangpei
2024-05-16 143ebce41207eb0d3a4df3b6bbd3d482e4f0a8c2
src/main/java/com/mindskip/xzs/repository/VideoMapper.java
@@ -1,6 +1,7 @@
package com.mindskip.xzs.repository;
import com.mindskip.xzs.domain.VideoStudent;
import com.mindskip.xzs.domain.vo.VideoStudentListVO;
import org.apache.ibatis.annotations.Mapper;
import java.util.List;
@@ -13,4 +14,6 @@
    void clear();
    Integer insert (VideoStudent record);
    List<String> getStudentList();
}