blob: 2eebdeb19dd619ca65817dd10ef257c6ef5cd30f [file] [log] [blame]
package com.g9.g9backend.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.g9.g9backend.pojo.Notification;
import org.apache.ibatis.annotations.Mapper;
@Mapper
public interface NotificationMapper extends BaseMapper<Notification> {
}