晏有为
2024-05-27 27421a34661fed2e141ab9aaa7447926aea46e36
framework/src/main/java/com/yuanchu/mom/service/InformationNotificationService.java
@@ -6,6 +6,8 @@
import com.yuanchu.mom.pojo.InformationNotification;
import com.yuanchu.mom.pojo.InformationNotificationDto;
import java.util.Map;
/**
 * <p>
 * 消息通知 服务类
@@ -25,4 +27,6 @@
    void triggerModificationStatusToRead(Integer id);
    int addInformationNotification(InformationNotification informationNotification);
    Map<String, Object> getNumberFourTypesMessagesHomePage();
}