package com.guo.learningprogresstracker.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.guo.learningprogresstracker.entity.UserPriorityWeightsEntity; import org.apache.ibatis.annotations.Mapper; @Mapper public interface UserPriorityWeightsMapper extends BaseMapper { }