zss
2024-07-15 40c75db6d335a0335e944e5196a102d8837cad6b
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();
}