mirror of
https://github.com/Geniusay/ChopperBot.git
synced 2026-09-10 01:40:47 +08:00
视频自定义标签插件
This commit is contained in:
@@ -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> {
|
||||
}
|
||||
Reference in New Issue
Block a user