package org.ruoyi.system.mapper; import org.ruoyi.common.mybatis.core.mapper.BaseMapperPlus; import org.ruoyi.system.domain.VoiceRole; import org.ruoyi.system.domain.vo.VoiceRoleVo; /** * 配音角色Mapper接口 * * @author Lion Li * @date 2024-03-19 */ public interface VoiceRoleMapper extends BaseMapperPlus { }