CourseReceiveMsgMapper.java 369 B

123456789101112131415
  1. package com.xjrsoft.module.schedule.mapper;
  2. import com.github.yulichang.base.MPJBaseMapper;
  3. import com.xjrsoft.module.schedule.entity.CourseReceiveMsg;
  4. import org.apache.ibatis.annotations.Mapper;
  5. /**
  6. * @title: 寝室
  7. * @Author dzx
  8. * @Date: 2023-12-27
  9. * @Version 1.0
  10. */
  11. @Mapper
  12. public interface CourseReceiveMsgMapper extends MPJBaseMapper<CourseReceiveMsg> {
  13. }