zss
2024-07-26 8d3c3fec23edeabe3b40aa1eefc7fdd0c6c57d57
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();
}