mirror of
https://github.com/PlayEdu/PlayEdu
synced 2025-12-25 12:22:03 +08:00
资源video的时长记录
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
package xyz.playedu.api.mapper;
|
||||
|
||||
import org.apache.ibatis.annotations.Mapper;
|
||||
import xyz.playedu.api.domain.ResourceVideo;
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
|
||||
/**
|
||||
* @author tengteng
|
||||
* @description 针对表【resource_videos】的数据库操作Mapper
|
||||
* @createDate 2023-03-02 15:13:03
|
||||
* @Entity xyz.playedu.api.domain.ResourceVideo
|
||||
*/
|
||||
@Mapper
|
||||
public interface ResourceVideoMapper extends BaseMapper<ResourceVideo> {
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user