blob: 81df5ba87a0ac440fbe2fba17000acf61699c6e8 [file] [log] [blame]
package com.g9.g9backend.service;
import com.baomidou.mybatisplus.extension.service.IService;
import com.g9.g9backend.pojo.Notification;
public interface NotificationService extends IService<Notification> {
}