视频自定义标签插件

This commit is contained in:
userA
2023-10-23 01:16:18 +08:00
parent baa844c5f0
commit 5fec3f8196
52 changed files with 924 additions and 447 deletions

View File

@@ -0,0 +1,8 @@
package org.example.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.example.pojo.Video;
import org.example.pojo.VideoLabel;
public interface LabelMapper extends BaseMapper<VideoLabel> {
}