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 { }