package com.dota.nexus.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.dota.nexus.entity.Goal; import org.apache.ibatis.annotations.Mapper; @Mapper public interface GoalMapper extends BaseMapper { }