package com.xjrsoft.module.schedule.mapper; import com.github.yulichang.base.MPJBaseMapper; import com.xjrsoft.module.schedule.entity.CourseReceiveMsg; import org.apache.ibatis.annotations.Mapper; /** * @title: 寝室 * @Author dzx * @Date: 2023-12-27 * @Version 1.0 */ @Mapper public interface CourseReceiveMsgMapper extends MPJBaseMapper { }