value
2024-06-06 c1233db43e24655c28d6bfaab853df068f05c0ba
framework/src/main/java/com/yuanchu/mom/mapper/InformationNotificationMapper.java
@@ -18,5 +18,5 @@
 */
public interface InformationNotificationMapper extends BaseMapper<InformationNotification> {
    IPage<InformationNotificationDto> getPage(Page page, String messageType);
    IPage<InformationNotificationDto> getPage(Page page, String messageType, Integer userId);
}